Ejemplo n.º 1
0
 public NetAppAggregateRow(NetAppAggregate aggr)
 {
     aggregate = aggr;
     for (int i = 0; i < 5; i++)
     {
         Cells.Add(new DataGridViewTextBoxCell());
         UpdateCell(i);
     }
 }
Ejemplo n.º 2
0
 public NetAppAggregateRow(NetAppAggregate aggr)
 {
     aggregate = aggr;
     for (int i = 0; i < 5; i++)
     {
         Cells.Add(new DataGridViewTextBoxCell());
         UpdateCell(i);
     }
 }