Beispiel #1
0
        public TeacherAddNote1()
        {
            Teacher = Baza.GetTeacherObject(Baza.ID_Now);

            InitializeComponent();
            this.Closed += Exit;
        }
 public TeacherAddDay()
 {
     Teacher = Baza.GetTeacherObject(Baza.ID_Now);
     InitializeComponent();
     //  this.Closing += Exit;
     this.Closed += Exit;
 }