예제 #1
0
 public QLSStyle(QValueType type, QLSWidgetSpecification specification) : this(type)
 {
     this.WidgetSpecification = specification;
 }
예제 #2
0
 public QLSStyle()
 {
     this.QValueType          = QValueType.Unknown;
     this.StylingValues       = new List <QLSValue>();
     this.WidgetSpecification = new QLSWidgetSpecification();
 }