private void label_Movie_Click(object sender, EventArgs e)
 {
     this.Cursor = Cursors.AppStarting;
     mn1         = new movieNameMsgBox();
     this.Hide();
     mn1.Show();
 }
Exemple #2
0
 private void pictureBox2_Click(object sender, EventArgs e)
 {
     m1.Show();
     this.Hide();
 }