Esempio n. 1
0
        private async void CheckForApplicationUpdate()
        {
            var updater = new ApplicationUpdater(
                "NSwagStudio.msi",
                GetType().Assembly,
                "http://rsuter.com/Projects/NSwagStudio/updates.php");

            await updater.CheckForUpdate(this);
        }
 private async void CheckForApplicationUpdate()
 {
     var updater = new ApplicationUpdater("VisualJsonEditor.msi", GetType().Assembly, 
         "http://rsuter.com/Projects/VisualJsonEditor/updates.php");
     await updater.CheckForUpdate(this);
 }