コード例 #1
0
 public PlainfbWorldWeatherWatch()
 {
     _NorthPole = new PlainstructWeatherStation();
     _SouthPole = new PlainstructWeatherStation();
     _Verl      = new PlainstructWeatherStation();
     _Kriva     = new PlainstructWeatherStation();
 }
 protected PlainstructWeatherStation CreatePlainerType(PlainstructWeatherStation cloned)
 {
     return(cloned);
 }
        public PlainstructWeatherStation CreatePlainerType()
        {
            var cloned = new PlainstructWeatherStation();

            return(cloned);
        }