private void button1_Click(object sender, EventArgs e) { string s; PrefixEval prefix = new PrefixEval(); s = prefix.Eval(); }