Example #1
0
 public EvaluationForm(double percentages)
 {
     InitializeComponent();
     _newBar          = true;
     evac             = new EvaluationClass();
     this.percentages = percentages;
 }
Example #2
0
 public EvaluationForm()
 {
     InitializeComponent();
     evac    = new EvaluationClass();
     _newBar = false;
 }