示例#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;
 }