Exemple #1
0
 public void Add(CategoryRecord other)
 {
     Time  += other.Time;
     Files += other.Files;
 }
Exemple #2
0
 public void Add(CategoryRecord other)
 {
     Time += other.Time;
     Files += other.Files;
 }