示例#1
0
 private void label_Movie_Click(object sender, EventArgs e)
 {
     this.Cursor = Cursors.AppStarting;
     mn1         = new movieNameMsgBox();
     this.Hide();
     mn1.Show();
 }