Ejemplo n.º 1
0
        //#####################################################################################

        private void button_confirm_Click(object sender, EventArgs e)
        {
            string inputText = this.textBox_inputText.Text;

            m_receiver.ReceiveInputText(inputText);

            this.Close();
        }