void App_Progress(object sender, BootstrapEventArgs e) { _progressbar.Value = e.OverallProgress; }
private void RaiseProgress(BootstrapEventArgs args) { if (Progress != null) Progress(this, args); }