Esempio n. 1
0
 private void btnSend_Click(object sender, RoutedEventArgs e)
 {
     _controller.sendMsg(this.txtSend.Text);
 }