Ejemplo n.º 1
0
 public void TurnCrank()
 {
     machine.SetState(machine.soldout);
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public void InsertQuarter()
 {
     machine.SetState(machine.hasquarter);
     throw new NotImplementedException();
 }