mirror of
https://github.com/jwetzell/QControlKit.git
synced 2026-08-16 04:43:32 +00:00
Small fixes found with Demo App
This commit is contained in:
+3
-3
@@ -12,9 +12,9 @@ namespace QSharp
|
||||
|
||||
private QClient client;
|
||||
|
||||
public string host;
|
||||
public int port;
|
||||
public string name;
|
||||
public string host { get; set; }
|
||||
public int port { get; set; }
|
||||
public string name { get; set; }
|
||||
public IZeroconfHost zeroconfHost;
|
||||
public List<QWorkspace> workspaces = new List<QWorkspace>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user