摘要: 1 using System; 2 using System.Collections.Generic; 3 namespace inherit 4 { 5 public class Workitem 6 { 7 private static int nextid; 8 protected int ID { get; set; } 9 protected TimeSpan jobLength { get; set; }10 protected string Title { get; set; }11 ... 阅读全文
posted @ 2013-09-02 21:36 南瓜asp 阅读(229) 评论(0) 推荐(0)