Beispiel #1
0
 private void apdateButton_Click(object sender, RoutedEventArgs e)
 {
     try
     {
         bl.updateMother(mother1);
         this.Close();
     }
     catch (Exception rr)
     {
         MessageBox.Show(rr.ToString());
     }
 }