Beispiel #1
0
 public void TurnCrank()
 {
     Console.WriteLine("You turned...");
     gumballMachine.SetState(gumballMachine.GetSoldState());
 }