private void calForm_Load(object sender, EventArgs e) { displayText.Text = string.Empty; cal = new CCalculator(); calSci = new SCalculator(); }