Beispiel #1
0
        //----------------------------------------------
        // REQUEST FOR PRICE QUOTATION NAVBAR METHODS  |
        //----------------------------------------------
        private void btnRFQ_Click(object sender, EventArgs e)
        {
            RFQ_MainScreen rfqMain = new RFQ_MainScreen();

            this.Hide();  //Added to actually close the Main Screen instead of it being open in the background
            rfqMain.ShowDialog();
            this.Close(); //Closes the Item Main Screen
        }
        //----------------------------------------------
        // REQUEST FOR PRICE QUOTATION NAVBAR METHODS  |
        //----------------------------------------------
        private void btnRFQ_Click(object sender, EventArgs e)
        {
            RFQ_MainScreen rfqMain = new RFQ_MainScreen();

            this.Hide();
            rfqMain.ShowDialog();
            this.Close();
        }