Begin Switch to using QSharp for control

This commit is contained in:
Joel Wetzell
2020-06-19 17:18:38 -05:00
parent 3b60764a02
commit 6f416fa2b5
7 changed files with 453 additions and 4 deletions
+3 -2
View File
@@ -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;