コード例 #1
0
        public void SetWeatherExtendedValues(int waitSeconds, int durationSeconds)
        {
            string values = $"{waitSeconds}.{durationSeconds}";

            _syncLocalStorage.SetItemAsString(Constants.KeyName_WeatherExtended, values);
        }