Beispiel #1
0
        private void button4_Click(object sender, EventArgs e)//人员修改
        {
            BusinessChange bcForm = new BusinessChange();

            bcForm.Tag = EmpInBusDept;
            bcForm.ShowDialog();
            initTabPage4();
        }
 //人员修改
 private void button4_Click(object sender, EventArgs e)
 {
     BusinessChange bcForm = new BusinessChange();
     bcForm.Tag = EmpInBusDept;
     bcForm.ShowDialog();
     initTabPage4();
 }