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