     private void B2_Click(object sender, EventArgs e)
        {

            if (last != ' ') textBox1.Clear();
            if (lastop) textBox1.Clear();
            textBox1.Text += "2";
            last = ' ';
            lastop = false;
        }
