示例#1
0
文件: Counter.cs 项目: dblock/dblog
 public CounterTest()
 {
     mCounter = new Counter();
     mCounter.Created = DateTime.UtcNow;
 }