コード例 #1
0
ファイル: Program.cs プロジェクト: emote-project/Scenario1
 static void Main(string[] args)
 {
     LearnerModelClient client = new LearnerModelClient();
     Console.WriteLine("\nPress a key to close...\n\n");
     Console.ReadLine();
     client.Dispose();
 }
コード例 #2
0
 public JavaThalamusEventHandler(LearnerModelClient client)
 {
     this.client = client;
 }