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