Exemple #1
0
        private void btnProductInformation_Click(object sender, EventArgs e)
        {
            //Open the product information form
            FrmProductInformation productInfo = new FrmProductInformation();

            productInfo.Show();
            this.Dispose();
        }
        private void btnProductInformation_Click(object sender, EventArgs e)
        {
            //Open product info form
            FrmProductInformation stocksearch = new FrmProductInformation();

            stocksearch.Show();
            this.Hide();
        }