Esempio n. 1
0
        public void InitDownload(ThemeConfig theme)
        {
            this.Invoke(new Action(() =>
                                   label1.Text = string.Format(_("Downloading images for '{0}'..."),
                                                               ThemeManager.GetThemeName(theme))));

            imagesZipDest = theme.themeId + "_images.zip";
            themeUris     = ThemeManager.GetThemeUris(theme.themeId);
            themeUriIndex = 0;
            DownloadNext(theme);
        }