Small fixes found with Demo App

This commit is contained in:
Joel Wetzell
2020-06-18 19:25:57 -05:00
parent c824a12043
commit 283481af8f
6 changed files with 148 additions and 59 deletions
+3 -3
View File
@@ -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>();