Basic workspace connection and Cue Lists fetching working

This commit is contained in:
Joel Wetzell
2020-06-09 19:03:33 -05:00
parent 830e905300
commit 130366acad
14 changed files with 1716 additions and 147 deletions
+1 -3
View File
@@ -8,11 +8,9 @@ namespace qControlDemo
{
static void Main(string[] args)
{
Console.OutputEncoding = System.Text.Encoding.UTF8;
Console.WriteLine("qControlDemo Started");
QBrowser browser = new QBrowser();
Thread.Sleep(100000000);
}
}