예제 #1
0
 private void TB_CONTROL_Leave(object sender, EventArgs e)
 {
     _controlador.setControl(TB_CONTROL.Text.Trim().ToUpper());
 }