예제 #1
0
        private void doctorBtn_Click(object sender, RoutedEventArgs e)
        {
            //DentistForm df = new DentistForm();
            DentistList df = new DentistList();

            df.ShowDialog();
        }
예제 #2
0
        private void Dentist_Click(object sender, RoutedEventArgs e)
        {
            DentistList f = new DentistList();

            f.ShowDialog();
        }