Esempio n. 1
0
 public Forgeron()
 {
     currentStatesInstance = new Neutral();
 }
Esempio n. 2
0
 public void changeState(IControlerForgeron StatesInstance)
 {
     currentStatesInstance = StatesInstance;
 }