private void youtubeToolStripMenuItem1_Click(object sender, EventArgs e) { YoutubeForm frm = new YoutubeForm(); frm.Show(); }