Exemplo n.º 1
0
 private void txtSubject_TextChanged(object sender, EventArgs e)
 {
     coreController.SetSubject(txtSubject.Text.ToString());
 }