예제 #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
파일: OutForm_1_1.cs 프로젝트: icprog/HMI-1
 public OutForm_1_1(OutForm_1 o)
 {
     out1 = o;
     InitializeComponent();
 }