private void bt_clear_click(object sender, MouseEventArgs e) { textBox1.Text = ""; buff = ""; output = ""; result = 0.0; calculator.AllClear(); }