       private void C1_Click(object sender, EventArgs e)
        {
            textBox1.Text = mem1.ToString();
            last = ' ';

        }
