示例#1
0
 public NetAppAggregateRow(NetAppAggregate aggr)
 {
     aggregate = aggr;
     for (int i = 0; i < 5; i++)
     {
         Cells.Add(new DataGridViewTextBoxCell());
         UpdateCell(i);
     }
 }
示例#2
0
文件: NetApp.cs 项目: huizh/xenadmin
 public NetAppAggregateRow(NetAppAggregate aggr)
 {
     aggregate = aggr;
     for (int i = 0; i < 5; i++)
     {
         Cells.Add(new DataGridViewTextBoxCell());
         UpdateCell(i);
     }
 }