diff --git a/Borepin/Borepin/App.xaml.cs b/Borepin/Borepin/App.xaml.cs index 6514feb..09f5c74 100644 --- a/Borepin/Borepin/App.xaml.cs +++ b/Borepin/Borepin/App.xaml.cs @@ -45,6 +45,7 @@ namespace Borepin containerRegistry.RegisterForNavigation(); containerRegistry.RegisterForNavigation(); containerRegistry.RegisterForNavigation(); + containerRegistry.RegisterForNavigation(); containerRegistry.RegisterForNavigation("SetUpProcess_WelcomePage"); containerRegistry.RegisterForNavigation("SetUpProcess_ScanPage"); diff --git a/Borepin/Borepin/Borepin.csproj b/Borepin/Borepin/Borepin.csproj index f729d47..71862f2 100644 --- a/Borepin/Borepin/Borepin.csproj +++ b/Borepin/Borepin/Borepin.csproj @@ -68,6 +68,9 @@ MSBuild:UpdateDesignTimeXaml + + MSBuild:UpdateDesignTimeXaml + MSBuild:UpdateDesignTimeXaml @@ -98,6 +101,9 @@ MSBuild:UpdateDesignTimeXaml + + MSBuild:UpdateDesignTimeXaml + ResXFileCodeGenerator Resources.Designer.cs @@ -109,6 +115,12 @@ MSBuild:UpdateDesignTimeXaml + + MSBuild:UpdateDesignTimeXaml + + + MSBuild:UpdateDesignTimeXaml + MSBuild:UpdateDesignTimeXaml diff --git a/Borepin/Borepin/Page/ListPage.xaml b/Borepin/Borepin/Page/ListPage.xaml new file mode 100644 index 0000000..b649e6b --- /dev/null +++ b/Borepin/Borepin/Page/ListPage.xaml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Borepin/Borepin/Page/ListPage.xaml.cs b/Borepin/Borepin/Page/ListPage.xaml.cs new file mode 100644 index 0000000..4f57114 --- /dev/null +++ b/Borepin/Borepin/Page/ListPage.xaml.cs @@ -0,0 +1,15 @@ + +using Xamarin.Forms; +using Xamarin.Forms.Xaml; + +namespace Borepin.Page +{ + [XamlCompilation(XamlCompilationOptions.Compile)] + public partial class ListPage : ContentPage + { + public ListPage() + { + InitializeComponent(); + } + } +} \ No newline at end of file diff --git a/Borepin/Borepin/Page/SetUpProcess/ScanPage.xaml b/Borepin/Borepin/Page/SetUpProcess/ScanPage.xaml index a87a52e..4a60546 100644 --- a/Borepin/Borepin/Page/SetUpProcess/ScanPage.xaml +++ b/Borepin/Borepin/Page/SetUpProcess/ScanPage.xaml @@ -3,26 +3,14 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="Borepin.Page.SetUpProcess.ScanPage" xmlns:i18n="clr-namespace:Borepin.Helpers" - xmlns:views="clr-namespace:Borepin.View" - xmlns:converters="clr-namespace:Borepin.Converter"> - - - - - - - + xmlns:views="clr-namespace:Borepin.View"> - - - - - + +