diff --git a/BookAStar/BookAStar/Pages/BlogPage.cs b/BookAStar/BookAStar/Pages/BlogPages/BlogPage.cs similarity index 97% rename from BookAStar/BookAStar/Pages/BlogPage.cs rename to BookAStar/BookAStar/Pages/BlogPages/BlogPage.cs index c19d3f1f..135c9f9a 100644 --- a/BookAStar/BookAStar/Pages/BlogPage.cs +++ b/BookAStar/BookAStar/Pages/BlogPages/BlogPage.cs @@ -2,7 +2,7 @@ using Xamarin.Forms; -namespace BookAStar.Pages +namespace BookAStar.Pages.BlogPages { public class BlogPage : ContentPage { diff --git a/BookAStar/BookAStar/Pages/ChatPage.xaml.cs b/BookAStar/BookAStar/Pages/ChatPage.xaml.cs index 3d4625ad..83a26464 100644 --- a/BookAStar/BookAStar/Pages/ChatPage.xaml.cs +++ b/BookAStar/BookAStar/Pages/ChatPage.xaml.cs @@ -6,9 +6,9 @@ using Xamarin.Forms; namespace BookAStar.Pages { using Data; - using Model; using System.Linq; - using ViewModels; + using ViewModels.Messaging; + public partial class ChatPage : TabbedPage { public string ChatUser { get; set; } diff --git a/BookAStar/BookAStar/Pages/Estimate/BookQueriesPage.xaml.cs b/BookAStar/BookAStar/Pages/Estimate/BookQueriesPage.xaml.cs index 4b08b0f9..56febae2 100644 --- a/BookAStar/BookAStar/Pages/Estimate/BookQueriesPage.xaml.cs +++ b/BookAStar/BookAStar/Pages/Estimate/BookQueriesPage.xaml.cs @@ -7,6 +7,8 @@ using XLabs.Platform.Services; namespace BookAStar.Pages { using Data; + using ViewModels.EstimateAndBilling; + public partial class BookQueriesPage : ContentPage { public BookQueriesPage() diff --git a/BookAStar/BookAStar/Pages/Estimate/BookQueryPage.xaml.cs b/BookAStar/BookAStar/Pages/Estimate/BookQueryPage.xaml.cs index dbc0377f..a09a7e63 100644 --- a/BookAStar/BookAStar/Pages/Estimate/BookQueryPage.xaml.cs +++ b/BookAStar/BookAStar/Pages/Estimate/BookQueryPage.xaml.cs @@ -8,7 +8,7 @@ namespace BookAStar.Pages using Model; using Model.Workflow; using System.Linq; - using ViewModels; + using ViewModels.EstimateAndBilling; public partial class BookQueryPage : ContentPage { diff --git a/BookAStar/BookAStar/Pages/Estimate/EditBillingLinePage.xaml.cs b/BookAStar/BookAStar/Pages/Estimate/EditBillingLinePage.xaml.cs index 0667afe1..da6674f3 100644 --- a/BookAStar/BookAStar/Pages/Estimate/EditBillingLinePage.xaml.cs +++ b/BookAStar/BookAStar/Pages/Estimate/EditBillingLinePage.xaml.cs @@ -1,5 +1,6 @@ using BookAStar.Data; using BookAStar.ViewModels; +using BookAStar.ViewModels.EstimateAndBilling; using System; using System.Collections.Generic; using Xamarin.Forms; diff --git a/BookAStar/BookAStar/Pages/Estimate/EditEstimatePage.xaml.cs b/BookAStar/BookAStar/Pages/Estimate/EditEstimatePage.xaml.cs index 4c46a728..a280e617 100644 --- a/BookAStar/BookAStar/Pages/Estimate/EditEstimatePage.xaml.cs +++ b/BookAStar/BookAStar/Pages/Estimate/EditEstimatePage.xaml.cs @@ -5,7 +5,8 @@ namespace BookAStar.Pages { using Data; using Model.Workflow; - using ViewModels; + using ViewModels.EstimateAndBilling; + public partial class EditEstimatePage : ContentPage { diff --git a/BookAStar/BookAStar/Pages/User/AccountChooserPage.xaml b/BookAStar/BookAStar/Pages/UserProfile/AccountChooserPage.xaml similarity index 95% rename from BookAStar/BookAStar/Pages/User/AccountChooserPage.xaml rename to BookAStar/BookAStar/Pages/UserProfile/AccountChooserPage.xaml index 14d8eac2..31062f0d 100644 --- a/BookAStar/BookAStar/Pages/User/AccountChooserPage.xaml +++ b/BookAStar/BookAStar/Pages/UserProfile/AccountChooserPage.xaml @@ -2,7 +2,7 @@ @@ -16,7 +16,6 @@ > -