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