mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-10 01:43:46 +00:00
Change QSharp to QControlKit
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using QSharp;
|
||||
using QControlKit;
|
||||
using System.Collections.ObjectModel;
|
||||
using System.ComponentModel;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using QSharp;
|
||||
using QControlKit;
|
||||
using Serilog;
|
||||
using System.ComponentModel;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using qController.Pages;
|
||||
using QSharp;
|
||||
using QControlKit;
|
||||
using System.Collections.ObjectModel;
|
||||
|
||||
namespace qController.ViewModels
|
||||
@@ -19,6 +18,22 @@ namespace qController.ViewModels
|
||||
}
|
||||
}
|
||||
|
||||
public string host
|
||||
{
|
||||
get
|
||||
{
|
||||
return server.host;
|
||||
}
|
||||
}
|
||||
|
||||
public string GroupName
|
||||
{
|
||||
get
|
||||
{
|
||||
return $"{name} ({host})";
|
||||
}
|
||||
}
|
||||
|
||||
public QServerViewModel(QServer server)
|
||||
{
|
||||
this.server = server;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using QSharp;
|
||||
using QControlKit;
|
||||
namespace qController.ViewModels
|
||||
{
|
||||
public class QWorkspaceViewModel
|
||||
|
||||
Reference in New Issue
Block a user