コード例 #1
0
 public void Add(CategoryRecord other)
 {
     Time  += other.Time;
     Files += other.Files;
 }
コード例 #2
0
ファイル: Records.cs プロジェクト: ahorn/z3test
 public void Add(CategoryRecord other)
 {
     Time += other.Time;
     Files += other.Files;
 }