示例#1
0
文件: VTNz.cs 项目: axfbh/cSharp
 public void orderItem(WrapInspection wrapInspection)
 {
     this.wrapInspection = wrapInspection;
     list.Add(this.wrapInspection);
     _totalOrder++;
     _qty = _qty + wrapInspection.showPrice();
 }