Exemplo n.º 1
0
 public FastGridColumn(Image img, string text, FastGridColumnType ctype)
 {
     _text  = text;
     _ctype = ctype;
     _img   = img;
 }
Exemplo n.º 2
0
 public FastGridColumn(string text, FastGridColumnType ctype)
 {
     _text  = text;
     _ctype = ctype;
 }