Exemplo n.º 1
0
 private void button10_Click(object sender, EventArgs e)//人员修改
 {
     if (selectedBusiness != null)
     {
         redoForm rf = new redoForm();
         rf.business = selectedBusiness;
         rf.ShowDialog();
     }
     else
     {
         MessageBox.Show("未选中出差");
     }
     initTabPage5();
 }
 //人员修改
 private void button10_Click(object sender, EventArgs e)
 {
     if (selectedBusiness != null)
     {
         redoForm rf = new redoForm();
         rf.business = selectedBusiness;
         rf.ShowDialog();
     }
     else
     {
         MessageBox.Show("未选中出差");
     }
     initTabPage5();
 }