예제 #1
0
 public UniqueIdMaker(long startcount, ObjectTable table)
 {
     count      = startcount;
     this.table = table;
 }