Ejemplo n.º 1
0
 //###########################################CLASS StudentEnrolmentHistory EVENTS#####################################################
 //event is raised when the class is loaded
 private void ClassLoad(object sender, EventArgs e)
 {
     _cashieringManager.InitializeTreeViewControl(this.trvStudentEnrolment);
 }//----------------------------------