Example #1
0
        private static string GetStyle(string themeName)
        {
            var theme = ThemeProvider.GetInstance().GetTheme(themeName);

            if (theme == null)
            {
                return(string.Empty);
            }

            return(theme.Style);
        }