示例#1
0
        private void btn_Next_Click(object sender, System.EventArgs e)
        {
            config         = new ScreenCapture.Config();
            config.cfgFile = "WebMeeting.exe.config";
            config.SetValue("//appSettings//add[@key='Driver']", cboAudioSource.Text.ToString());


            this.Close();
            frm_AudioConfig2 fa2 = new frm_AudioConfig2();

            fa2.Show();
        }
示例#2
0
        private void btn_Next_Click(object sender, System.EventArgs e)
        {
            config=new ScreenCapture.Config();
            config.cfgFile = "WebMeeting.exe.config";
            config.SetValue("//appSettings//add[@key='Driver']", cboAudioSource.Text.ToString());

            this.Close();
            frm_AudioConfig2 fa2=new frm_AudioConfig2();
            fa2.Show();
        }