Beispiel #1
0
 static public superq Read(string name, string host)
 {
     return(SuperQNetworkClientMgr.superq_read(name, host));
 }
Beispiel #2
0
 // Read remote superq
 public superq(string name, string host, bool attach = false)
 {
     FromString(SuperQNetworkClientMgr.superq_read(name, host).ToString(), attach);
 }