mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-14 20:03:58 +00:00
Change to New Namespace
This commit is contained in:
@@ -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