public EvaluationForm(double percentages) { InitializeComponent(); _newBar = true; evac = new EvaluationClass(); this.percentages = percentages; }
public EvaluationForm() { InitializeComponent(); evac = new EvaluationClass(); _newBar = false; }