Esempio n. 1
0
 public BBData(int bbId, int id)
 {
     Checker.Assert(bbId != 0 && id != 0);
     this.bbId = bbId;
     this.id   = id;
 }