diff --git a/Borepin/Borepin/App.xaml.cs b/Borepin/Borepin/App.xaml.cs index 33948a1..28165b3 100644 --- a/Borepin/Borepin/App.xaml.cs +++ b/Borepin/Borepin/App.xaml.cs @@ -11,6 +11,7 @@ using Borepin.PageModel.SetUpProcess; using Borepin.Page.AddServerProcess; using Borepin.PageModel.AddServerProcess; using System; +using Prism.Navigation; namespace Borepin { @@ -25,6 +26,11 @@ namespace Borepin { InitializeComponent(); + INavigationParameters parameters = new NavigationParameters() + { + { "instance", 0 }, + }; + await NavigationService.NavigateAsync(new Uri("https://borepin.fab-access.org/StartPage")).ConfigureAwait(false); } @@ -41,12 +47,11 @@ namespace Borepin containerRegistry.RegisterForNavigation(); containerRegistry.RegisterForNavigation(); containerRegistry.RegisterForNavigation(); - containerRegistry.RegisterForNavigation(); + containerRegistry.RegisterForNavigation(); #endregion #region Register Sequence Navigation containerRegistry.RegisterForNavigation("SetUpProcess_WelcomePage"); - //containerRegistry.RegisterForNavigation("SetUpProcess_ScanPage"); containerRegistry.RegisterForNavigation("AddServerProcess_AuthPlainPage"); containerRegistry.RegisterForNavigation("AddServerProcess_SelectServerPage"); diff --git a/Borepin/Borepin/Borepin.csproj b/Borepin/Borepin/Borepin.csproj index 56a6bbc..6f5458e 100644 --- a/Borepin/Borepin/Borepin.csproj +++ b/Borepin/Borepin/Borepin.csproj @@ -101,7 +101,7 @@ MSBuild:UpdateDesignTimeXaml - + MSBuild:UpdateDesignTimeXaml diff --git a/Borepin/Borepin/Page/ScanPage.xaml b/Borepin/Borepin/Page/ScanPage.xaml new file mode 100644 index 0000000..a42564e --- /dev/null +++ b/Borepin/Borepin/Page/ScanPage.xaml @@ -0,0 +1,12 @@ + + + + + +