示例#1
0
 /// <summary>
 /// This methods cancels of the method average price
 /// </summary>
 public override void Undo()
 {
     AutoShow.AveragePrice();
 }
示例#2
0
 /// <summary>
 /// This method prints the result of the method average price
 /// </summary>
 public override void Excecute()
 {
     PrintResult(AutoShow.AveragePrice());
 }