Пример #1
0
        private void SetupMainTheme()
        {
            string filePath = "static/skins/" + Settings.Default.CurrentMainThemeName + "/about.txt";

            txtAboutTheme.Text = FileCache.ReadTextFile(filePath);
            Themes.LoadActiveThemeSettings();
        }
Пример #2
0
        private void SetupMobileTheme()
        {
            string filePath = "static/skins/" + Settings.Default.CurrentMobileThemeName + "/about.txt";

            txtAboutMobileTheme.Text = FileCache.ReadTextFile(filePath);
        }