Exemple #1
0
 void OnProgress(InstallerProgress installerProgress)
 {
     ProgressBar.Dispatcher.InvokeAsync(() => ProgressBar.Value = installerProgress.Percentage);
 }
 void OnProgress(InstallerProgress installerProgress)
 {
     ProgressBar.Dispatcher.InvokeAsync(() => ProgressBar.Value = installerProgress.Percentage);
 }