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