mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-24 08:29:20 +00:00
Change to New Namespace
This commit is contained in:
@@ -1,12 +1,15 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using QControlKit;
|
|
||||||
using qController.ViewModels;
|
|
||||||
using Serilog;
|
using Serilog;
|
||||||
using Xamarin.Essentials;
|
using Xamarin.Essentials;
|
||||||
using Xamarin.Forms;
|
using Xamarin.Forms;
|
||||||
using Acr.UserDialogs;
|
using Acr.UserDialogs;
|
||||||
using System.Windows.Input;
|
|
||||||
|
using qController.ViewModels;
|
||||||
|
|
||||||
|
using QControlKit;
|
||||||
|
using QControlKit.Events;
|
||||||
|
using QControlKit.Constants;
|
||||||
|
|
||||||
namespace qController
|
namespace qController
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,9 +1,11 @@
|
|||||||
using QControlKit;
|
using System.Collections.ObjectModel;
|
||||||
using System.Collections.ObjectModel;
|
|
||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
using System.Runtime.CompilerServices;
|
using System.Runtime.CompilerServices;
|
||||||
using Xamarin.Forms;
|
using Xamarin.Forms;
|
||||||
|
|
||||||
|
using QControlKit;
|
||||||
|
using QControlKit.Events;
|
||||||
|
|
||||||
namespace qController.ViewModels
|
namespace qController.ViewModels
|
||||||
{
|
{
|
||||||
public class QBrowserViewModel : INotifyPropertyChanged
|
public class QBrowserViewModel : INotifyPropertyChanged
|
||||||
|
|||||||
@@ -1,9 +1,12 @@
|
|||||||
using QControlKit;
|
using Serilog;
|
||||||
using Serilog;
|
|
||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
using System.Runtime.CompilerServices;
|
using System.Runtime.CompilerServices;
|
||||||
using Xamarin.Forms;
|
using Xamarin.Forms;
|
||||||
|
|
||||||
|
using QControlKit;
|
||||||
|
using QControlKit.Constants;
|
||||||
|
using QControlKit.Events;
|
||||||
|
|
||||||
namespace qController.ViewModels
|
namespace qController.ViewModels
|
||||||
{
|
{
|
||||||
public class QCueViewModel : INotifyPropertyChanged
|
public class QCueViewModel : INotifyPropertyChanged
|
||||||
|
|||||||
@@ -1,9 +1,11 @@
|
|||||||
using QControlKit;
|
using System.Collections.ObjectModel;
|
||||||
using System.Collections.ObjectModel;
|
|
||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
using System.Runtime.CompilerServices;
|
using System.Runtime.CompilerServices;
|
||||||
using Xamarin.Forms;
|
using Xamarin.Forms;
|
||||||
|
|
||||||
|
using QControlKit;
|
||||||
|
using QControlKit.Events;
|
||||||
|
|
||||||
namespace qController.ViewModels
|
namespace qController.ViewModels
|
||||||
{
|
{
|
||||||
public class QServerViewModel : ObservableCollection<QWorkspaceViewModel>, INotifyPropertyChanged
|
public class QServerViewModel : ObservableCollection<QWorkspaceViewModel>, INotifyPropertyChanged
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
using qController.QItems;
|
using QControlKit;
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Text;
|
|
||||||
using QControlKit;
|
|
||||||
namespace qController.ViewModels
|
namespace qController.ViewModels
|
||||||
{
|
{
|
||||||
public class QWorkspaceViewModel
|
public class QWorkspaceViewModel
|
||||||
|
|||||||
Reference in New Issue
Block a user