mirror of
https://github.com/jwetzell/QControlKit.git
synced 2026-08-03 06:27:59 +00:00
b622462c0d
* QClient.cs: remove logging * QWorkspace.cs: Add methods to build WorkspaceInfo and ServerInfo * CueListPage.xaml.cs: List Multiple Cue Lists in Demo app
9 lines
149 B
C#
9 lines
149 B
C#
namespace QControlKit
|
|
{
|
|
public class QServerInfo
|
|
{
|
|
public string host { get; set; }
|
|
public int port { get; set; }
|
|
}
|
|
}
|