Beispiel #1
0
 public SenseMovement(TelnetConnection tc)
 {
     this.tc = tc;
     send = new SendMovement(tc);
 }
Beispiel #2
0
 public SendMovement(TelnetConnection tc)
 {
     this.tc = tc;
 }