示例#1
0
 public void ShowF3(string customerName, string goodName, string quantity, string odId, string detailId, MainForm1 form, OrderService os)
 {
     this.txtCustomer.Text = customerName;
     this.txtGoods.Text    = goodName;
     this.txtNums.Text     = quantity;
     this.odId             = odId;
     this.detailId         = detailId;
     this.orderList        = form.orderList;
     this.Show();
     this.os = os;
 }