fixes last commit
This commit is contained in:
parent
be3087fff6
commit
05e5970bef
197 changed files with 2203 additions and 2204 deletions
|
|
@ -1,13 +1,13 @@
|
|||
using BookAStar.Attributes;
|
||||
using BookAStar.Interfaces;
|
||||
using BookAStar.Model.Workflow;
|
||||
using BookAStar.ViewModels.Validation;
|
||||
using ZicMoove.Attributes;
|
||||
using ZicMoove.Interfaces;
|
||||
using ZicMoove.Model.Workflow;
|
||||
using ZicMoove.ViewModels.Validation;
|
||||
using System;
|
||||
using System.Globalization;
|
||||
using System.Windows.Input;
|
||||
using System.ComponentModel;
|
||||
|
||||
namespace BookAStar.ViewModels.EstimateAndBilling
|
||||
namespace ZicMoove.ViewModels.EstimateAndBilling
|
||||
{
|
||||
public class BillingLineViewModel : EditingViewModel<BillingLine>, IBillingLine
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
using System.Collections.ObjectModel;
|
||||
using System.Windows.Input;
|
||||
|
||||
namespace BookAStar.ViewModels.EstimateAndBilling
|
||||
namespace ZicMoove.ViewModels.EstimateAndBilling
|
||||
{
|
||||
using Data;
|
||||
using Model;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ using System;
|
|||
using System.Diagnostics;
|
||||
using XLabs.Forms.Mvvm;
|
||||
|
||||
namespace BookAStar.ViewModels.EstimateAndBilling
|
||||
namespace ZicMoove.ViewModels.EstimateAndBilling
|
||||
{
|
||||
using Data;
|
||||
using Helpers;
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using Newtonsoft.Json;
|
|||
using System.Linq;
|
||||
using System.ComponentModel;
|
||||
|
||||
namespace BookAStar.ViewModels.EstimateAndBilling
|
||||
namespace ZicMoove.ViewModels.EstimateAndBilling
|
||||
{
|
||||
using Model;
|
||||
using Model.Workflow;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
using XLabs.Forms.Mvvm;
|
||||
|
||||
namespace BookAStar.ViewModels
|
||||
namespace ZicMoove.ViewModels
|
||||
{
|
||||
using EstimateAndBilling;
|
||||
using UserProfile;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
using BookAStar.Data;
|
||||
using BookAStar.Model.Social.Chat;
|
||||
using BookAStar.Model.Social.Messaging;
|
||||
using ZicMoove.Data;
|
||||
using ZicMoove.Model.Social.Chat;
|
||||
using ZicMoove.Model.Social.Messaging;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
|
@ -9,7 +9,7 @@ using System.Threading.Tasks;
|
|||
using System.Windows.Input;
|
||||
using Xamarin.Forms;
|
||||
|
||||
namespace BookAStar.ViewModels.Messaging
|
||||
namespace ZicMoove.ViewModels.Messaging
|
||||
{
|
||||
public class ChatUserCollection : RemoteEntityRO<ChatUserInfo, string>
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
using BookAStar.Helpers;
|
||||
using ZicMoove.Helpers;
|
||||
using System.Collections.ObjectModel;
|
||||
using System.Linq;
|
||||
using Xamarin.Forms;
|
||||
|
|
@ -7,9 +7,9 @@ using XLabs.Forms.Mvvm;
|
|||
using YavscLib;
|
||||
using System;
|
||||
using Newtonsoft.Json;
|
||||
using BookAStar.Model.Social.Messaging;
|
||||
using ZicMoove.Model.Social.Messaging;
|
||||
|
||||
namespace BookAStar.Model.Social.Chat
|
||||
namespace ZicMoove.Model.Social.Chat
|
||||
{
|
||||
public class ChatUserInfo : ViewModel, IChatUserInfo
|
||||
{
|
||||
|
|
@ -166,7 +166,7 @@ namespace BookAStar.Model.Social.Chat
|
|||
{
|
||||
get
|
||||
{
|
||||
return Unread ? ImageSource.FromResource("BookAStar.Images.Chat.talk.png") :null;
|
||||
return Unread ? ImageSource.FromResource("ZicMoove.Images.Chat.talk.png") :null;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ using System.Collections.ObjectModel;
|
|||
using System.Linq;
|
||||
using XLabs.Forms.Mvvm;
|
||||
|
||||
namespace BookAStar.ViewModels.Messaging
|
||||
namespace ZicMoove.ViewModels.Messaging
|
||||
{
|
||||
using Data;
|
||||
using Model.Social.Chat;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
using XLabs.Forms.Mvvm;
|
||||
|
||||
namespace BookAStar.ViewModels
|
||||
namespace ZicMoove.ViewModels
|
||||
{
|
||||
internal class PageState
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
using XLabs.Forms.Mvvm;
|
||||
|
||||
namespace BookAStar.ViewModels.Searching
|
||||
namespace ZicMoove.ViewModels.Searching
|
||||
{
|
||||
class SearchingAnArtistViewModel: ViewModel
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
using BookAStar.Model.Workflow;
|
||||
using BookAStar.ViewModels.EstimateAndBilling;
|
||||
using ZicMoove.Model.Workflow;
|
||||
using ZicMoove.ViewModels.EstimateAndBilling;
|
||||
using Xamarin.Forms;
|
||||
|
||||
namespace BookAStar.ViewModels.Signing
|
||||
namespace ZicMoove.ViewModels.Signing
|
||||
{
|
||||
public class EstimateSigningViewModel: EditEstimateViewModel
|
||||
{
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
using System.Windows.Input;
|
||||
using XLabs.Forms.Mvvm;
|
||||
|
||||
namespace BookAStar.ViewModels.Signing
|
||||
namespace ZicMoove.ViewModels.Signing
|
||||
{
|
||||
using Model.Settings;
|
||||
public class SignaturePadConfigViewModel : ViewModel
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ using XLabs.Forms.Mvvm;
|
|||
using XLabs.Ioc;
|
||||
using XLabs.Platform.Services;
|
||||
|
||||
namespace BookAStar.ViewModels.UserProfile
|
||||
namespace ZicMoove.ViewModels.UserProfile
|
||||
{
|
||||
using Data;
|
||||
using Helpers;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ using System.Collections.ObjectModel;
|
|||
using System.Windows.Input;
|
||||
using XLabs.Forms.Mvvm;
|
||||
|
||||
namespace BookAStar.ViewModels.UserProfile
|
||||
namespace ZicMoove.ViewModels.UserProfile
|
||||
{
|
||||
using System.ComponentModel;
|
||||
using Model.FileSystem;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
using XLabs.Forms.Mvvm;
|
||||
|
||||
namespace BookAStar.ViewModels.UserProfile
|
||||
namespace ZicMoove.ViewModels.UserProfile
|
||||
{
|
||||
class UserLoginViewModel : ViewModel
|
||||
{
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ using XLabs.Forms.Mvvm;
|
|||
using XLabs.Ioc;
|
||||
using XLabs.Platform.Services;
|
||||
|
||||
namespace BookAStar.ViewModels.UserProfile
|
||||
namespace ZicMoove.ViewModels.UserProfile
|
||||
{
|
||||
using Data;
|
||||
using Helpers;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ using XLabs.Forms.Mvvm;
|
|||
using System.ComponentModel;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace BookAStar.ViewModels.Validation
|
||||
namespace ZicMoove.ViewModels.Validation
|
||||
{
|
||||
/// <summary>
|
||||
/// Used to make the DataManager know how
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
namespace BookAStar.ViewModels.Validation
|
||||
namespace ZicMoove.ViewModels.Validation
|
||||
{
|
||||
public class InputError
|
||||
{
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ using System.Linq;
|
|||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace BookAStar.ViewModels.Validation
|
||||
namespace ZicMoove.ViewModels.Validation
|
||||
{
|
||||
public enum ErrorSeverity
|
||||
{
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ using System.Text;
|
|||
using System.Threading.Tasks;
|
||||
using Xamarin.Forms;
|
||||
|
||||
namespace BookAStar.ViewModels.Validation
|
||||
namespace ZicMoove.ViewModels.Validation
|
||||
{
|
||||
public class ModelState : BindableObject
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
using BookAStar.Helpers;
|
||||
using BookAStar.Interfaces;
|
||||
using ZicMoove.Helpers;
|
||||
using ZicMoove.Interfaces;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
|
|
@ -9,7 +9,7 @@ using System.Runtime.CompilerServices;
|
|||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace BookAStar.ViewModels
|
||||
namespace ZicMoove.ViewModels
|
||||
{
|
||||
[Obsolete("Use legacy XLabs ViewModel")]
|
||||
public class ViewModelBase : IModelViewModel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue