Exemplo n.º 1
0
        private void informeSegundaToolStripMenuItem_Click(object sender, EventArgs e)
        {
            VInformeSegunda vista = new VInformeSegunda();

            vista.MdiParent = this;
            vista.Show();
        }
Exemplo n.º 2
0
 public PresentadorInformeSegunda(VInformeSegunda vista, IRepositorioOrdenProduccion <OrdenProduccion> repositorioOrdenProduccion)
 {
     _vista = vista;
     _repositorioOrdenProduccion = repositorioOrdenProduccion;
 }