예제 #1
0
 private void TB_CORRELATIVO_Leave(object sender, EventArgs e)
 {
     _controlador.setCorrelativo(int.Parse(TB_CORRELATIVO.Text));
 }