Example #1
0
 public Bewegen(RobotPostureProxy rpp, MotionProxy motion, MainWindow mw, TextToSpeechProxy tts)
 {
     this.rpp = rpp;
     this.motion = motion;
     this.mw = mw;
     this.tts = tts;
 }
Example #2
0
 public Vergleich(MainWindow mw)
 {
     this.mw = mw;
 }