Beispiel #1
0
        public void WeatherStationTest()
        {
            var station = new WeatherStation();

            station.DataCollection();
        }