wjc
2022-11-10 532759ff7c457b6f5a16386570f651eaf01aef3b
HDL_ON/DAL/Server/HttpServerRequest.cs
@@ -1371,6 +1371,9 @@
        /// </summary>
        public void GetCityWeatherInfo(string lon, string lat)
        {
            MainPage.cityInfo.lon = lon;
            MainPage.cityInfo.lat = lat;
            System.Threading.Tasks.Task.Run(() =>
            {
                while (true)