diff --git a/Borepin/Borepin/App.xaml.cs b/Borepin/Borepin/App.xaml.cs index 09f5c74..6514feb 100644 --- a/Borepin/Borepin/App.xaml.cs +++ b/Borepin/Borepin/App.xaml.cs @@ -45,7 +45,6 @@ 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 71862f2..f729d47 100644 --- a/Borepin/Borepin/Borepin.csproj +++ b/Borepin/Borepin/Borepin.csproj @@ -68,9 +68,6 @@ MSBuild:UpdateDesignTimeXaml - - MSBuild:UpdateDesignTimeXaml - MSBuild:UpdateDesignTimeXaml @@ -101,9 +98,6 @@ MSBuild:UpdateDesignTimeXaml - - MSBuild:UpdateDesignTimeXaml - ResXFileCodeGenerator Resources.Designer.cs @@ -115,12 +109,6 @@ MSBuild:UpdateDesignTimeXaml - - MSBuild:UpdateDesignTimeXaml - - - MSBuild:UpdateDesignTimeXaml - MSBuild:UpdateDesignTimeXaml diff --git a/Borepin/Borepin/Page/ListPage.xaml b/Borepin/Borepin/Page/ListPage.xaml deleted file mode 100644 index b649e6b..0000000 --- a/Borepin/Borepin/Page/ListPage.xaml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Borepin/Borepin/Page/ListPage.xaml.cs b/Borepin/Borepin/Page/ListPage.xaml.cs deleted file mode 100644 index 4f57114..0000000 --- a/Borepin/Borepin/Page/ListPage.xaml.cs +++ /dev/null @@ -1,15 +0,0 @@ - -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 4a60546..a87a52e 100644 --- a/Borepin/Borepin/Page/SetUpProcess/ScanPage.xaml +++ b/Borepin/Borepin/Page/SetUpProcess/ScanPage.xaml @@ -3,14 +3,26 @@ 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:views="clr-namespace:Borepin.View" + xmlns:converters="clr-namespace:Borepin.Converter"> + + + + + + + - - + + + + +