diff --git a/Borepin/Borepin/App.xaml.cs b/Borepin/Borepin/App.xaml.cs index a0e9e50..75cdde7 100644 --- a/Borepin/Borepin/App.xaml.cs +++ b/Borepin/Borepin/App.xaml.cs @@ -18,7 +18,7 @@ namespace Borepin { InitializeComponent(); - var result = await NavigationService.NavigateAsync("MainPage/NavigationPage/MachinesPage"); + var result = await NavigationService.NavigateAsync("//NavigationPage/HostSelectPage"); if (!result.Success) { @@ -33,9 +33,9 @@ namespace Borepin containerRegistry.RegisterForNavigation(); containerRegistry.RegisterForNavigation(); containerRegistry.RegisterForNavigation(); - - // Use Admin as Default - containerRegistry.RegisterInstance(typeof(BFFHInterface), BFFHService.Auth(BFFHService.AdminID)); + containerRegistry.RegisterForNavigation(); + containerRegistry.RegisterForNavigation(); + containerRegistry.RegisterForNavigation(); } } } diff --git a/Borepin/Borepin/Borepin.csproj b/Borepin/Borepin/Borepin.csproj index fbc0d73..f3b76b6 100644 --- a/Borepin/Borepin/Borepin.csproj +++ b/Borepin/Borepin/Borepin.csproj @@ -46,6 +46,15 @@ + + MSBuild:UpdateDesignTimeXaml + + + MSBuild:UpdateDesignTimeXaml + + + MSBuild:UpdateDesignTimeXaml + MSBuild:UpdateDesignTimeXaml diff --git a/Borepin/Borepin/Page/HostSelectPage.xaml b/Borepin/Borepin/Page/HostSelectPage.xaml new file mode 100644 index 0000000..bcd172f --- /dev/null +++ b/Borepin/Borepin/Page/HostSelectPage.xaml @@ -0,0 +1,17 @@ + + + + + + + + + +