예제 #1
0
        /*-----------------------DISPLAY_OUTPUT--------------------------*/

        //View Gain Results Button Handling
        private void button2_Click(object sender, EventArgs e)
        {
            //Open up the gain results form
            Gain_Results frm = new Gain_Results(path, sweep_type);

            frm.Show();
        }
예제 #2
0
        //Opens the gain_results
        private void button3_Click(object sender, EventArgs e)
        {
            Gain_Results frm = new Gain_Results(path, type);

            frm.Show();
        }