Example #1
0
        private void descuento_Click(object sender, EventArgs e)
        {
            Form d = new frmDescuentos();

            d.Show();
        }
Example #2
0
        private void pictureBox6_Click(object sender, EventArgs e)
        {
            Form menuDD = new frmDescuentos();

            menuDD.Show();
        }