Exemplo n.º 1
0
 virtual public void invoke(ControlMode fromMode = null)
 {
 }
Exemplo n.º 2
0
 virtual public void leave(ControlMode toMode = null)
 {
 }
Exemplo n.º 3
0
 private ControlModeChanger()
 {
     this.current_mode = new ControlMode();
 }