コード例 #1
0
        private void btnOpenvid_Click(object sender, EventArgs e)
        {
            step3 step3 = new step3();

            n       = step3.videoPath;
            b       = step3.videoTitle;
            wmp.URL = n;

            //videoPath = openFileDialog.FileName;
            //videoTitle = openFileDialog.SafeFileName;
            //wmp.URL = videoPath;
        }
コード例 #2
0
        private void button2_Click(object sender, EventArgs e)
        {
            step3 step3res = new step3();

            step3res.Show();
        }