Exemplo n.º 1
0
        private void searchsupplierToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmSupplierList sl = new frmSupplierList();

            this.Hide();
            sl.ShowDialog();
        }
        private void lblSupplst_Click(object sender, EventArgs e)
        {
            frmSupplierList sl = new frmSupplierList();

            sl.lblUserName.Text = lblUserName.Text;
            sl.lblUserType.Text = lblUserType.Text;
            sl.ShowDialog();
        }