Example #1
0
 static void Main(string[] args)
 {
     context = new StateContext();
     while (true)
     {
         context.ShowMenu();
     }
 }