private void btnNew_Click(object sender, RoutedEventArgs e)
 {
     DentistForm d = new DentistForm();
     d.ShowDialog();
 }
Example #2
0
        private void btnNew_Click(object sender, RoutedEventArgs e)
        {
            DentistForm d = new DentistForm();

            d.ShowDialog();
        }