Beispiel #1
0
 //constructors
 public NoUIOption(NoUIContainer Parent, XElement InputXml) : base(Parent)
 {
     this._querylist = new QueryPriorityList(this);
     this.LoadXml(InputXml);
     this.RefreshValue();
     this.NotifyUpdate();
 }
Beispiel #2
0
 public NoUIContainer(NoUIContainer Parent, XElement InputXml) : base(Parent)
 {
     this.LoadXml(InputXml);
 }