Exemple #1
0
 private static async Task DownLoad()
 {
     await UploaderApi.DownloadUpdateFiles();
 }
Exemple #2
0
        private static async Task Version()
        {
            await UploaderApi.CheckVersion();

            newVersion = UploaderApi.VersionDbx;
        }
Exemple #3
0
        private static async Task Install()
        {
            await UploaderApi.DownloadInstallFiles();

            Console.WriteLine("The current version (1.0.3) is old , you should update the aplication. Newer version: " + _Ver);
        }