示例#1
0
文件: Program.cs 项目: k4b/VRFSClient
 static void Main(string[] args)
 {
     VRClient client = new VRClient();
 }
示例#2
0
 public CommandProcessor(VRClient client, VRProxy proxy)
 {
     this.client = client;
     this.proxy = proxy;
     isRunning = true;
 }