Esempio n. 1
0
 public Selecter(fromGen From, params string[] selects)
     : this(From)
 {
     Value = string.Join(", ", selects);
 }
Esempio n. 2
0
 public Selecter(fromGen From)
 {
     this.From = From;
     Value     = "*";
 }