Example #1
0
        private void button1_Click(object sender, EventArgs e)
        {
            ///OpenFileDialog opdata = new OpenFileDialog();
            Auto_Test_Thread ATT = new Auto_Test_Thread();

            Auto_Test_Thread.P338_Control PG_Control = new Auto_Test_Thread.P338_Control();
            PG_Control.P338_Loop_Command(false);
            PG_Control.Clock_Alway_Switch(false);
            PG_Control.Eotp_Switch(false);
            textBox1.Text = "done";
        }