Пример #1
0
        private void SendBtn_Click(object sender, EventArgs e)
        {
            string response = message.Text;

            proxy.AnswerQuestion(this.secQuestion, this.name, response);
            Hide();
            new DepartmentPage(this.name).ShowDialog();
            Show();
        }