コード例 #1
0
ファイル: NetApp.cs プロジェクト: hl10502/XenCenter
 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);
     }
 }