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