Ejemplo n.º 1
0
        void init()
        {
            ClsModule clsModule = new ClsModule();

            clsModule.getAllFaculty(cmbFaculty);
            clsModule.getDepartmentByFaculty(cmbDepartment, facultyid);
            clsModule.getAllState(cmbState);
            clsModule.GetGender(cmbGender);
        }