Example #1
0
        private void btnQLLSG_Click(object sender, EventArgs e)
        {
            GUI_ManagePriceHistory managepricehistory = new GUI_ManagePriceHistory();

            this.Visible = false;
            managepricehistory.ShowDialog();
            this.Close();
        }
Example #2
0
        private void ManagePriceHistory_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            GUI_ManagePriceHistory managepricehistory = new GUI_ManagePriceHistory();

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