예제 #1
0
 public StatusField(string value, string text, StatusFieldColor color)
     : this()
 {
     Value = value;
     Text  = text;
     Color = color;
 }
예제 #2
0
 public SiglaField(string value, string text, string textBind, StatusFieldColor color)
     : this()
 {
     Value    = value;
     Text     = text;
     TextBind = textBind;
     Color    = color;
 }