mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-07 16:33:45 +00:00
Change QSharp to QControlKit
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user