示例#1
0
 private void btnFatherAdd_Click(object sender, EventArgs e)
 {
     if (BaseController.AddIndividualFather(fBase, fLocalUndoman, fPerson))
     {
         UpdateControls();
     }
 }