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