コード例 #1
0
ファイル: Program.cs プロジェクト: k4b/VRFSClient
 static void Main(string[] args)
 {
     VRClient client = new VRClient();
 }
コード例 #2
0
ファイル: CommandProcessor.cs プロジェクト: k4b/VRFSClient
 public CommandProcessor(VRClient client, VRProxy proxy)
 {
     this.client = client;
     this.proxy = proxy;
     isRunning = true;
 }