Beispiel #1
0
 public FoComponent(string name, IFoProperty[] props) : this(name)
 {
     Properties.AddList(props);
 }