ProjectReportProjectCollection.cs
上传用户:autodoor
上传日期:2022-08-04
资源大小:9973k
文件大小:0k
源码类别:
.net编程
开发平台:
Others
- using System;
- using System.Collections;
- namespace qminoa.BLL.PM
- {
- public class ProjectReportProjectCollection : ArrayList
- {
- public enum ProjectReportFields
- {
- }
- public void Sort(ProjectReportFields sortField, bool isAscending)
- {
- }
- }
- }