コード例 #1
0
ファイル: Counter.cs プロジェクト: dblock/dblog
 public CounterTest()
 {
     mCounter = new Counter();
     mCounter.Created = DateTime.UtcNow;
 }