Beispiel #1
0
 private void codeGeneration_ProgressChanged(GenerationProgressChangedEventArgs args)
 {
     this.genProgressBar.Value       = args.ProgressPercentage;
     this.genFileCountLbl.Text       = args.GeneratedCount.ToString();
     this.errorFileCountLbl.Text     = args.ErrorCount.ToString();
     this.currentGenFileNameLbl.Text = args.CurrentFileName;
     this.statusBarReady.Text        = args.CurrentFileName;
 }
Beispiel #2
0
 private void codeGeneration_ProgressChanged(GenerationProgressChangedEventArgs args)
 {
     this.genProgressBar.Value = args.ProgressPercentage;
     this.genFileCountLbl.Text = args.GeneratedCount.ToString();
     this.errorFileCountLbl.Text = args.ErrorCount.ToString();
     this.currentGenFileNameLbl.Text = args.CurrentFileName;
     this.statusBarReady.Text = args.CurrentFileName;
 }