예제 #1
0
        }//Fin del boton volver

        private void btnFacturar_Click(object sender, EventArgs e)
        {
            Facturacion fact = new Facturacion();

            fact.Show();
            this.Hide();
        }//Fin del boton facturar
예제 #2
0
        private void button2_Click(object sender, EventArgs e)
        {
            Facturacion fact = new Facturacion();

            fact.Show();
            this.Hide();
        }