Fixes the build

This commit is contained in:
Paul Schneider 2017-01-27 16:32:29 +01:00
commit b7a5264a18
19 changed files with 19 additions and 0 deletions

View file

@ -6,6 +6,7 @@ using Xamarin.Forms;
namespace ZicMoove.Pages.Chat
{
using Data;
using Settings;
using System.Linq;
using ViewModels.Messaging;

View file

@ -9,6 +9,7 @@ namespace ZicMoove.Pages
using EstimatePages;
using Model.Social;
using Model.Workflow;
using Settings;
using ViewModels.EstimateAndBilling;
public partial class BookQueryPage : ContentPage

View file

@ -6,6 +6,7 @@ namespace ZicMoove.Pages
using Data;
using EstimatePages;
using Model.Workflow;
using Settings;
using ViewModels.EstimateAndBilling;
using ViewModels.Signing;

View file

@ -7,6 +7,7 @@ using Xamarin.Forms;
namespace ZicMoove.Pages.EstimatePages
{
using Data;
using Settings;
using ViewModels.EstimateAndBilling;
using ViewModels.Signing;

View file

@ -8,6 +8,7 @@ using ZicMoove.Helpers;
using XLabs.Forms.Behaviors;
using XLabs.Forms.Controls;
using ZicMoove.Model.Auth.Account;
using ZicMoove.Settings;
namespace ZicMoove.Pages.UserProfile
{

View file

@ -7,6 +7,7 @@ namespace ZicMoove.Pages.UserProfile
using Data;
using Helpers;
using Newtonsoft.Json.Linq;
using Settings;
using System.Linq;
using System.Net.Http;
using ViewModels.UserProfile;

View file

@ -5,6 +5,7 @@ namespace ZicMoove.Pages.UserProfile
using ViewModels.UserProfile;
using Data;
using System.Windows.Input;
using Settings;
public partial class UserFiles : ContentPage
{