示例#1
0
 public void changeState(State nstate)
 {
     cwrite("Changing state to: " + nstate.ToString());
     mainModule.changeState(nstate);
 }