Change QSharp to QControlKit

This commit is contained in:
2020-09-07 09:16:26 -05:00
parent 00d47d6787
commit ff869f76cd
8 changed files with 93 additions and 26 deletions
@@ -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;