private void button3_Click(object sender, EventArgs e) { calculadora.multiplicacao(); textBox1.Text = calculadora.stream.textBox; }