Beispiel #1
0
 public bool activateMachine()
 {
     this.MachineState = new MachineState(State.Activated);
     return(true);
 }