Beispiel #1
0
 public void pressedFix()
 {
     this.state = state.Fix();
 }
Beispiel #2
0
 public void Fix()
 {
     this.state = state.Fix();
 }
Beispiel #3
0
 public void fixSwitch()
 {
     this.state = state.Fix();
 }