示例#1
0
        private void button_Click(object sender, EventArgs e)
        {
            if (Tela.Text == "0" || checking_equals == "YesOperations")
            {
                checking_equals = "NoOperations";
                Tela.Clear();
            }
            Button b = (Button)sender;

            Tela.Text = Tela.Text + b.Text;
        }