Esempio n. 1
0
 public void StartTheATM()
 {
     while (true)
     {
         Console.WriteLine(_currentState.GetNextScreen());
     }
 }