Пример #1
0
 private void TextBox_OnTextChanged(object sender, EventArgs e)
 {
     _controller?.SetMessageTextAsync(_textBox.Text);
 }