Esempio n. 1
0
        //
        // Perform the calculation.
        //

        protected void KeyEqual_Click(object sender, System.EventArgs e)
        {
            OutputDisplay.Text = CalculatorEngine.CalcEqual();
            CalculatorEngine.CalcReset();
        }