Ejemplo n.º 1
0
 /// <summary>
 /// Creates a new GridRowCellAccessibleObject
 /// </summary>
 /// <param name="cell">The grid cell</param>
 /// <param name="parent">The parent row of the cell</param>
 public GridRowCellAccessibleObject(Cell cell, GridRowAccessibleObject parent) : base()
 {
     this.Cell   = cell;
     this.parent = parent;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Creates a new GridRowCellAccessibleObject
 /// </summary>
 /// <param name="cell">The grid cell</param>
 /// <param name="parent">The parent row of the cell</param>
 public GridRowCellAccessibleObject(Cell cell, GridRowAccessibleObject parent) : base()
 {
    this.cell = cell;
    this.parent = parent;
 }