示例#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());
 }