Example #1
0
        private void btnMedia_Click(object sender, EventArgs e)
        {
            Form form = new frmMediaMix(currentBMP());

            form.ShowDialog();
            setValues();
        }
        private void btnMedia_Click(object sender, EventArgs e)
        {
            // Also have to cache status of Do Ground Water Analysis
            String dGWA = Globals.Project.DoGroundwaterAnalysis;

            getValues();
            Form form = new frmMediaMix(currentBMP());

            form.ShowDialog();
            Globals.Project.DoGroundwaterAnalysis = dGWA;
            currentBMP().Calculate();
            setValues();
        }