Exemplo n.º 1
0
        private static void MetodoBaixarArquivoWinrarSite()
        {
            string FileWebDownloadthis = "http://vciga.dyndns.org/siga1/ALEX/programas/WRAR_350_auto.zip";

            View.FormBaixarArquivoSite FmBaixarArquivo = new View.FormBaixarArquivoSite(instaladorWinrar, FileWebDownloadthis);
            FmBaixarArquivo.ShowDialog();
        }
Exemplo n.º 2
0
        private static void metodoBaixarArquivoGoogledrivedoSite()
        {
            string FileWebDownloadthis = "http://vciga.dyndns.org/siga1/ALEX/installbackupandsync.zip";

            View.FormBaixarArquivoSite FmBaixarArquivo = new View.FormBaixarArquivoSite(instaladorGoogleDrive, FileWebDownloadthis);
            FmBaixarArquivo.ShowDialog();
        }