예제 #1
0
 private void TB_SERIE_Leave(object sender, EventArgs e)
 {
     _controlador.setSerie(TB_SERIE.Text.Trim().ToUpper());
 }