ProjectReportCategoryCollection.cs
上传用户:autodoor
上传日期:2022-08-04
资源大小:9973k
文件大小:0k
源码类别:

.net编程

开发平台:

Others

  1. using System;
  2. using System.Collections;
  3. namespace qminoa.BLL.PM
  4. {
  5. public class ProjectReportCategoryCollection : ArrayList
  6. {
  7. public enum ProjectReportCategoryFields
  8. {
  9. }
  10. public void Sort(ProjectReportCategoryFields sortField, bool isAscending)
  11. {
  12. }
  13. }
  14. }