private void button5_Click(object sender, EventArgs e) { string s = m_proxyA.Operation1(); MessageBox.Show(s); }