//編輯細項 private void btnEditDetail_Click(object sender, EventArgs e) { OutForm_1 outform1 = new OutForm_1(); outform1.DeliveryID = txtDeliveryID.Text; outform1.ShowDialog(); }
public OutForm_1_1(OutForm_1 o) { out1 = o; InitializeComponent(); }