示例#1
0
文件: OutForm.cs 项目: icprog/HMI-1
        //編輯細項
        private void btnEditDetail_Click(object sender, EventArgs e)
        {
            OutForm_1 outform1 = new OutForm_1();

            outform1.DeliveryID = txtDeliveryID.Text;

            outform1.ShowDialog();
        }
示例#2
0
 public OutForm_1_1(OutForm_1 o)
 {
     out1 = o;
     InitializeComponent();
 }