public PlainfbStation CreatePlainerType() { var cloned = new PlainfbStation(); cloned._components = _components.CreatePlainerType(); cloned._data = _data.CreatePlainerType(); return(cloned); }
protected PlainfbStation CreatePlainerType(PlainfbStation cloned) { cloned._components = _components.CreatePlainerType(); cloned._data = _data.CreatePlainerType(); return(cloned); }
public PlainMAIN() { __station = new PlainfbStation(); }