Ejemplo n.º 1
0
 public void SetToolTipforCell(string toolTipString, NSCell cell)
 {
     SetToolTipForCell(toolTipString, cell);
 }
Ejemplo n.º 2
0
 public void PutCellatRowColumn(NSCell newCell, int row, int column)
 {
     PutCell(newCell, row, column);
 }