diff --git a/Borepin/Borepin/App.xaml.cs b/Borepin/Borepin/App.xaml.cs index fa19df7..6368efa 100644 --- a/Borepin/Borepin/App.xaml.cs +++ b/Borepin/Borepin/App.xaml.cs @@ -41,16 +41,18 @@ namespace Borepin containerRegistry.RegisterForNavigation(); containerRegistry.RegisterForNavigation(); containerRegistry.RegisterForNavigation(); - containerRegistry.RegisterForNavigation("AddServerProcess_LoginPasswordPage"); - containerRegistry.RegisterForNavigation("AddServerProcess_HostSelectPage"); - containerRegistry.RegisterForNavigation("AddServerProcess_LoginChoosePage"); containerRegistry.RegisterForNavigation(); containerRegistry.RegisterForNavigation(); containerRegistry.RegisterForNavigation(); containerRegistry.RegisterForNavigation(); + containerRegistry.RegisterForNavigation("SetUpProcess_WelcomePage"); containerRegistry.RegisterForNavigation("SetUpProcess_ScanPage"); + containerRegistry.RegisterForNavigation("AddServerProcess_LoginPasswordPage"); + containerRegistry.RegisterForNavigation("AddServerProcess_HostSelectPage"); + containerRegistry.RegisterForNavigation("AddServerProcess_LoginChoosePage"); + // Register Dialog containerRegistry.RegisterDialog(); diff --git a/Borepin/Borepin/Borepin.csproj b/Borepin/Borepin/Borepin.csproj index 5738be6..71862f2 100644 --- a/Borepin/Borepin/Borepin.csproj +++ b/Borepin/Borepin/Borepin.csproj @@ -98,6 +98,9 @@ MSBuild:UpdateDesignTimeXaml + + MSBuild:UpdateDesignTimeXaml + MSBuild:UpdateDesignTimeXaml diff --git a/Borepin/Borepin/Page/MachinePage.xaml b/Borepin/Borepin/Page/MachinePage.xaml index b47e264..b58a669 100644 --- a/Borepin/Borepin/Page/MachinePage.xaml +++ b/Borepin/Borepin/Page/MachinePage.xaml @@ -21,8 +21,8 @@