Beispiel #1
0
 private void menuInstitute_Click(object sender, RoutedEventArgs e)
 {
     Branch.NewBranch objInstitute = new Branch.NewBranch();
     Close();
     objInstitute.Show();
 }
Beispiel #2
0
 private void menuInstitute_Click(object sender, RoutedEventArgs e)
 {
     Branch.NewBranch objInstitute = new Branch.NewBranch();
     Close();
     objInstitute.Show();
 }