Пример #1
0
        private void btAtrasFacturarPedido_Click(object sender, EventArgs e)
        {
            VentanaFacturas factPedidos = new VentanaFacturas();

            factPedidos.Show();
            Hide();
        }
Пример #2
0
        private void BtnFacturas_Click(object sender, EventArgs e)
        {
            VentanaFacturas facturas = new VentanaFacturas();

            facturas.Show();
            Hide();
        }