Beispiel #1
0
 public CQListPropertySetup(CQListProperty name)
 {
     Name = name;
 }
Beispiel #2
0
 public static ICQListPropertySetup ListProperty(CQListProperty name)
 {
     return new CQListPropertySetup(name);
 }