Exemplo n.º 1
0
        private void button1_Click_1(object sender, EventArgs e)
        {
            Discounts discount = new Discounts();

            discount.Show();
            this.Hide();
        }
Exemplo n.º 2
0
        private void button13_Click(object sender, EventArgs e)
        {
            this.Hide();
            Discounts discounts = new Discounts();

            discounts.Show();
        }
Exemplo n.º 3
0
        private void button15_Click(object sender, EventArgs e)
        {
            string    user      = label24.Text;
            Discounts discounts = new Discounts();

            discounts.label5.Text = user;
            discounts.Show();
            this.Hide();
        }