Пример #1
0
 /**
  * Copy constructor
  *
  * @param c the column
  * @param r the row
  * @param b the record to  copy
  */
 protected BlankRecord(int c, int r, BlankRecord br)
     : base(Type.BLANK, c, r, br)
 {
 }
Пример #2
0
 /**
  * Copy constructor
  *
  * @param c the column
  * @param r the row
  * @param b the record to  copy
  */
 protected BlankRecord(int c, int r, BlankRecord br)
     : base(Type.BLANK, c, r, br)
 {
 }