public DataGridViewProgressColumn()
 {
     CellTemplate = new DataGridViewProgressCell();
 }
Example #2
0
 public DataGridViewProgressColumn()
 {
     CellTemplate = new DataGridViewProgressCell();
 }