Example #1
0
        private void ventas_Click(object sender, EventArgs e)
        {
            Form v = new frmVentas();

            v.Show();
        }
Example #2
0
        private void pictureBox4_Click(object sender, EventArgs e)
        {
            Form menuV = new frmVentas();

            menuV.Show();
        }