public NaoTeacher(Preferences Preferences, Proxies Proxies, Scenario Scenario) { this.Preferences = Preferences; this.Proxies = Proxies; this.Scenario = Scenario; this.NaoCommenter = new NaoCommenter(this.Proxies); this.CurrentTrial = 0; // Create thread. this.Worker.DoWork += Run; this.Worker.WorkerSupportsCancellation = true; }