Renamed the project from DebtMgr to eJay
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using DebtMgr.Model;
|
||||
using eJay.Model;
|
||||
using GalaSoft.MvvmLight;
|
||||
using GalaSoft.MvvmLight.Command;
|
||||
using SQLiteNetExtensions.Extensions;
|
||||
@@ -8,7 +8,7 @@ using System.Globalization;
|
||||
using System.Linq;
|
||||
using System.Windows;
|
||||
|
||||
namespace DebtMgr.ViewModel.Dialogs
|
||||
namespace eJay.ViewModel.Dialogs
|
||||
{
|
||||
public class AddTransactionViewModel : ViewModelBase
|
||||
{
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.Windows;
|
||||
using DebtMgr.Model;
|
||||
using eJay.Model;
|
||||
using GalaSoft.MvvmLight;
|
||||
using GalaSoft.MvvmLight.Command;
|
||||
using Microsoft.Win32;
|
||||
using SQLite.Net;
|
||||
using SQLite.Net.Platform.Generic;
|
||||
|
||||
namespace DebtMgr.ViewModel.Dialogs
|
||||
namespace eJay.ViewModel.Dialogs
|
||||
{
|
||||
public class DatabaseSelectorDialogViewModel : ViewModelBase
|
||||
{
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
using System;
|
||||
using System.Globalization;
|
||||
using DebtMgr.Model;
|
||||
using eJay.Model;
|
||||
using GalaSoft.MvvmLight;
|
||||
using GalaSoft.MvvmLight.Command;
|
||||
using SQLiteNetExtensions.Extensions;
|
||||
|
||||
namespace DebtMgr.ViewModel.Dialogs
|
||||
namespace eJay.ViewModel.Dialogs
|
||||
{
|
||||
public class EditTransactionDialogViewModel : ViewModelBase
|
||||
{
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
using System;
|
||||
using System.Windows;
|
||||
using DebtMgr.Model;
|
||||
using eJay.Model;
|
||||
using GalaSoft.MvvmLight;
|
||||
using GalaSoft.MvvmLight.Command;
|
||||
|
||||
namespace DebtMgr.ViewModel.Dialogs
|
||||
namespace eJay.ViewModel.Dialogs
|
||||
{
|
||||
public class NewPersonDialogViewModel : ViewModelBase
|
||||
{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
using DebtMgr.Model;
|
||||
using DebtMgr.View.Dialogs;
|
||||
using eJay.Model;
|
||||
using eJay.View.Dialogs;
|
||||
using GalaSoft.MvvmLight;
|
||||
using GalaSoft.MvvmLight.Command;
|
||||
using SQLiteNetExtensions.Extensions;
|
||||
@@ -11,7 +11,7 @@ using System.Threading;
|
||||
using System.IO;
|
||||
using System.Diagnostics;
|
||||
using System.Windows.Controls;
|
||||
using DebtMgr.Helper;
|
||||
using eJay.Helper;
|
||||
using Microsoft.Win32;
|
||||
using System.Windows.Markup;
|
||||
using System.Xml;
|
||||
@@ -19,7 +19,7 @@ using Squirrel;
|
||||
using NuGet;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DebtMgr.ViewModel
|
||||
namespace eJay.ViewModel
|
||||
{
|
||||
public class MainViewModel : ViewModelBase
|
||||
{
|
||||
|
||||
@@ -12,11 +12,11 @@
|
||||
See http://www.galasoft.ch/mvvm
|
||||
*/
|
||||
|
||||
using DebtMgr.ViewModel.Dialogs;
|
||||
using eJay.ViewModel.Dialogs;
|
||||
using GalaSoft.MvvmLight.Ioc;
|
||||
using Microsoft.Practices.ServiceLocation;
|
||||
|
||||
namespace DebtMgr.ViewModel
|
||||
namespace eJay.ViewModel
|
||||
{
|
||||
/// <summary>
|
||||
/// This class contains static references to all the view models in the
|
||||
|
||||
Reference in New Issue
Block a user