示例#1
0
        private void MenuItem_Click_2(object sender, RoutedEventArgs e)
        {
            Consultations fConsultation = new Consultations();

            fConsultation.ShowDialog();
        }
示例#2
0
        private void btnModifMed_Click_1(object sender, RoutedEventArgs e)
        {
            Consultations fConsultation = new Consultations();

            fConsultation.ShowDialog();
        }