Exemplo n.º 1
0
 private void RefreshClasses()
 {
     _ClassDTO         = new cls_ClassDTO();
     _SectionDTO       = new cls_SectionDTO();
     _SubjectDTO       = new cls_SubjectDTO();
     commonBindControl = new CommonBindControl();
 }
 public StudentAttendance()
 {
     _StudentDTO           = new cls_StudentDTO();
     _StudentAttendanceDTO = new cls_StudentAttendanceDTO();
     commonBindControl     = new CommonBindControl();
     _sectionDTO           = new cls_SectionDTO();
 }
Exemplo n.º 3
0
 public void FeesObject()
 {
     feeDTO            = new cls_FeeDTO();
     _ClassDTO         = new cls_ClassDTO();
     commonBindControl = new CommonBindControl();
     _fee_Structure    = new cls_Fee_Structure();
 }
Exemplo n.º 4
0
 public StudentFee()
 {
     _StudentDTO       = new cls_StudentDTO();
     commonBindControl = new CommonBindControl();
     _sectionDTO       = new cls_SectionDTO();
     _FeeDTO           = new cls_FeeDTO();
     _classDTO         = new cls_ClassDTO();
 }
Exemplo n.º 5
0
 public 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();
 }
Exemplo n.º 6
0
 public uc_FinYear()
 {
     commonBindControl = new CommonBindControl();
 }
Exemplo n.º 7
0
 private void RefreshClasses()
 {
     _item             = new cls_Vehicle();
     commonBindControl = new CommonBindControl();
 }
Exemplo n.º 8
0
 public ExamManagement()
 {
     commonBindControl = new CommonBindControl();
     ExamDTO           = new cls_ExamDTO();
     _StudentDTO       = new cls_StudentDTO();
 }
Exemplo n.º 9
0
 public ClassExamReport()
 {
     commonBindControl = new CommonBindControl();
     ExamDTO           = new cls_ExamDTO();
     _StudentDTO       = new cls_StudentDTO();
 }
Exemplo n.º 10
0
 public ResultFormat()
 {
     _obj = new CommonBindControl();
 }
Exemplo n.º 11
0
 public uc_Class()
 {
     _StudentDTO       = new cls_StudentDTO();
     commonBindControl = new CommonBindControl();
     _sectionDTO       = new cls_SectionDTO();
 }