Example #1
0
 private void txtTo_TextChanged(object sender, EventArgs e)
 {
     coreController.SetMailTo(txtTo.Text.ToString());
 }