Ejemplo n.º 1
0
        private void add7_Click(object sender, EventArgs e)
        {
            DiscountMaster ss = new DiscountMaster();

            ss.Show();
            ss.lblUser.Text = lblUser.Text;
        }
Ejemplo n.º 2
0
        private void discountMasterToolStripMenuItem_Click(object sender, EventArgs e)
        {
            DiscountMaster ss = new DiscountMaster();

            ss.Show();
            ss.lblUser.Text = lblUser.Text;
        }