public void Initialize() { evaluations = new Evaluate(); stacking = new Stack(); }
public BasicTasks() { calcStack = new Stack(); }