private void MenuItem_Click_2(object sender, RoutedEventArgs e) { Consultations fConsultation = new Consultations(); fConsultation.ShowDialog(); }
private void btnModifMed_Click_1(object sender, RoutedEventArgs e) { Consultations fConsultation = new Consultations(); fConsultation.ShowDialog(); }