Ejemplo n.º 1
0
 private void RefreshClasses()
 {
     _ClassDTO         = new cls_ClassDTO();
     _SectionDTO       = new cls_SectionDTO();
     _SubjectDTO       = new cls_SubjectDTO();
     commonBindControl = new CommonBindControl();
 }
Ejemplo n.º 2
0
 public uc_Student()
 {
     _StudentDTO        = new cls_StudentDTO();
     commonBindControl  = new CommonBindControl();
     _sectionDTO        = new cls_SectionDTO();
     _cls_City          = new cls_City();
     _classDTO          = new cls_ClassDTO();
     _StudentSubjectDTO = new cls_StudentSubjectDTO();
     _SubjectDTO        = new cls_SubjectDTO();
 }