Ejemplo n.º 1
0
 private void doctorBtn_Click(object sender, RoutedEventArgs e)
 {
     //DentistForm df = new DentistForm();
     DentistList df = new DentistList();
     df.ShowDialog();
 }
Ejemplo n.º 2
0
 private void Dentist_Click(object sender, RoutedEventArgs e)
 {
     DentistList f = new DentistList();
     f.ShowDialog();
 }