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