Ejemplo n.º 1
0
        private void button4_Click(object sender, EventArgs e)
        {
            ProductSelection ps = new ProductSelection();

            this.Hide();
            ps.Show();
        }
Ejemplo n.º 2
0
        private void button2_Click(object sender, EventArgs e)
        {
            Database.salesWorkItems.Clear();
            this.Hide();
            Form form = new ProductSelection();

            form.Show();
        }