Ejemplo n.º 1
0
 private void btnIniciar_Click(object sender, EventArgs e)
 {
     _presentador.IniciarOP(int.Parse(textNumeroOP.Text), Convert.ToInt32(cBoxLinea.SelectedValue),
                            Convert.ToInt32(cBoxModelo.SelectedValue), Convert.ToInt32(cBoxColor.SelectedValue));
     this.Close();
 }