Пример #1
0
        /// <summary>
        /// Sets the remote theme
        /// </summary>
        public void GetRemoteTheme()
        {
            string theme = _remoteConfig.GetRemoteData();

            SetCurrentTheme(theme);
        }