Пример #1
0
 /// <summary>
 /// This method cancels of the method count all
 /// </summary>
 public override void Undo()
 {
     AutoShow.CountAll();
 }
Пример #2
0
 /// <summary>
 /// This is method prints the result of the method count all
 /// </summary>
 public override void Excecute()
 {
     PrintResult(AutoShow.CountAll());
 }