Exemple #1
0
 private void btnMotherAdd_Click(object sender, EventArgs e)
 {
     if (BaseController.AddIndividualMother(fBase, fLocalUndoman, fPerson))
     {
         UpdateControls();
     }
 }