Ejemplo n.º 1
0
 private void CheckRowCount()
 {
     if (grid.Rows < MaxRowCount)
     {
         gridManager.InsertNewRow();
     }
 }