摘要: 公用类库:总共一个项目:Common 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace Common 8 { 9 public class SysInfo10 {11 public string CurrentTime { get; set; }12 }13 } 1 using System; 2 using System.C... 阅读全文
posted @ 2013-05-08 11:10 ha666 阅读(304) 评论(0) 推荐(0) 编辑
ha666@ha666.com