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);
 }
Exemple #3
0
 public PlainMAIN()
 {
     __station = new PlainfbStation();
 }