Example #1
0
 static void Main(string[] args)
 {
     VRClient client = new VRClient();
 }
Example #2
0
 public CommandProcessor(VRClient client, VRProxy proxy)
 {
     this.client = client;
     this.proxy = proxy;
     isRunning = true;
 }