private void button2_Click(object sender, EventArgs e) { GUI.Bodega.SeleccionarOrdenTela telasgui = new SeleccionarOrdenTela(); telasgui.ShowDialog(); //GUI.REPORTES.HojaCorte1 hojacorte1gui = new GrupoSM_Recepcion.GUI.REPORTES.HojaCorte1(); //hojacorte1gui.idproduccion = 156; //GUI.REPORTES.HojaCorte2 hojacorte2gui = new GrupoSM_Recepcion.GUI.REPORTES.HojaCorte2(); //hojacorte2gui.idficha = 227; //hojacorte1gui.Show(); //hojacorte2gui.Show(); ////this.Hide(); ////this.Close(); }
private void button5_Click(object sender, EventArgs e) { GUI.Bodega.SeleccionarOrdenTela telasgui = new SeleccionarOrdenTela(); telasgui.ShowDialog(); }