mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-20 14:39:12 +00:00
Begin Switch to using QSharp for control
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
using Xamarin.Forms;
|
||||
using Xamarin.Essentials;
|
||||
using qController.Communication;
|
||||
|
||||
using qController.Pages;
|
||||
|
||||
namespace qController
|
||||
{
|
||||
public partial class App : Application
|
||||
@@ -54,7 +55,7 @@ namespace qController
|
||||
|
||||
var menuPage = new MenuPage();
|
||||
rootPage = new RootPage();
|
||||
NavigationPage = new NavigationPage(new QConnectionPage());
|
||||
NavigationPage = new NavigationPage(new QBrowserPage());
|
||||
rootPage.Master = menuPage;
|
||||
rootPage.Detail = NavigationPage;
|
||||
MainPage = rootPage;
|
||||
|
||||
Reference in New Issue
Block a user