Ejemplo n.º 1
0
        private void button3_Click(object sender, EventArgs e)
        {
            bool        tx  = true;
            CompraVenta ini = new CompraVenta();

            this.Hide();
            ini.ShowDialog();
        }
Ejemplo n.º 2
0
        private void button1_Click(object sender, EventArgs e)
        {
            CompraVenta compra = new CompraVenta();

            compra.Show();
            compra.FormClosed += Logout;
            this.Hide();
        }