Ejemplo n.º 1
0
        private void button2_Click(object sender, EventArgs e)
        {
            Watching watching2 = new Watching();

            watching2.isVideo = false;
            watching2.Show();
        }
Ejemplo n.º 2
0
        private void button1_Click(object sender, EventArgs e)
        {
            Watching watching = new Watching();

            watching.isVideo = true;
            watching.Show();
        }