Beispiel #1
0
        private void btn_emitirPedido_Click(object sender, EventArgs e)
        {
            Form6EmitirPedAlm emitirPedido = new Form6EmitirPedAlm();

            emitirPedido.Owner = this;
            emitirPedido.ShowDialog();
        }
Beispiel #2
0
        private void btn_EmitirPedidoAlmacen_Click(object sender, EventArgs e)
        {
            var EmitirPedAlm = new Form6EmitirPedAlm();

            EmitirPedAlm.ShowDialog();
        }