       private void B3_Click(object sender, EventArgs e)
        {
            if (last != ' ') textBox1.Clear();
            if (lastop) textBox1.Clear();
            textBox1.Text += "3";
            last = ' ';
            lastop = false;
        }
