Esempio n. 1
0
        private void btAtrasFacturarPedido_Click(object sender, EventArgs e)
        {
            VentanaFacturas factPedidos = new VentanaFacturas();

            factPedidos.Show();
            Hide();
        }
Esempio n. 2
0
        private void BtnFacturas_Click(object sender, EventArgs e)
        {
            VentanaFacturas facturas = new VentanaFacturas();

            facturas.Show();
            Hide();
        }