private void btnIniciar_Click(object sender, EventArgs e) { this.Close(); PartidasPlanta fPartidas = new PartidasPlanta(); fPartidas.Show(); }
private void PrincipalRecepcionPlanta_Load(object sender, EventArgs e) { LimpiarObjetos(); if (recepcion.ContinuarRecepcionPartidaPlanta(Global.Usuario)) { MessageBox.Show("Su usuario tiene pendiente de recibir la transferencia: " + RecepcionPlanta.TrnsfrDocNbr); this.Close(); PartidasPlanta fPartidas = new PartidasPlanta(); fPartidas.Show(); } }