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