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