Ejemplo n.º 1
0
 public StatusField(string value, string text, StatusFieldColor color)
     : this()
 {
     Value = value;
     Text  = text;
     Color = color;
 }
Ejemplo n.º 2
0
 public SiglaField(string value, string text, string textBind, StatusFieldColor color)
     : this()
 {
     Value    = value;
     Text     = text;
     TextBind = textBind;
     Color    = color;
 }