Example #1
0
 private void btnContinue_Click(object sender, EventArgs e)
 {
     Form f = new MovieDatabase();
     f.Show();
     this.Hide();
 }