Exemple #1
0
 public TherapistDetails(Therapist t, TherapistModel tm)
 {
     tModel    = tm;
     therapist = t;
     InitializeComponent();
 }
Exemple #2
0
        private void btnTherapist_Click(object sender, RoutedEventArgs e)
        {
            Therapist t = new Therapist();

            t.ShowDialog();
        }
Exemple #3
0
 public TherapistDetails(Therapist t)
 {
     therapist = t;
     InitializeComponent();
 }