Esempio n. 1
0
        private void btnQLSP_Click(object sender, EventArgs e)
        {
            GUI_ManageProduct manageproduct = new GUI_ManageProduct();

            this.Visible = false;
            manageproduct.ShowDialog();
            this.Close();
        }
Esempio n. 2
0
        private void ManageProduct_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            GUI_ManageProduct manageproduct = new GUI_ManageProduct();

            this.Visible = false;
            manageproduct.ShowDialog();
            this.Close();
        }