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

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