Exemple #1
0
        private void tutorLab_Click(object sender, EventArgs e)
        {
            TutorsAndLabInformation ta = _resources.tutorsAndLabInformation;
            Tutor tutor = new Tutor(this, ta);

            tutor.Show();
        }
Exemple #2
0
 public Tutor(Index index, TutorsAndLabInformation tutorsAndLab)
 {
     _index        = index;
     _tutorsAndLab = tutorsAndLab;
     InitializeComponent();
 }