Example #1
0
        private void button6_Click(object sender, EventArgs e)
        {
            WatchVideos watch = new WatchVideos();

            watch.webBrowser1.Navigate("https://www.youtube.com/watch?v=05bqCkVGVCw");
            watch.Show();
        }
Example #2
0
        private void button4_Click(object sender, EventArgs e)
        {
            WatchVideos watch = new WatchVideos();

            watch.webBrowser1.Navigate("https://www.youtube.com/watch?v=vEXlumYqRvI&t=2s");
            watch.Show();
        }
Example #3
0
        public void button2_Click(object sender, EventArgs e)
        {
            WatchVideos watch = new WatchVideos();

            watch.webBrowser1.Navigate("https://www.youtube.com/watch?v=Ez0Klc-BZEE");
            watch.Show();
        }
Example #4
0
        public void button3_Click(object sender, EventArgs e)
        {
            WatchVideos watch = new WatchVideos();

            watch.webBrowser1.Navigate("https://www.youtube.com/watch?v=V93AYsV-uUk&t=5s");
            watch.Show();
        }
Example #5
0
        public void button1_Click(object sender, EventArgs e)
        {
            WatchVideos watch = new WatchVideos();

            watch.webBrowser1.Navigate("https://www.youtube.com/watch?v=FeKGaATWeQk&t=65s");
            watch.Show();
        }