private void pictureBox2_Click(object sender, EventArgs e) { Properties.Settings.Default.points101 = "true"; Properties.Settings.Default.unlockgood = "Comics ???/ Its school time"; Properties.Settings.Default.scorebanner = "true"; Properties.Settings.Default.Save(); hollowman = new Apps.Books.Books2(); hollowman.Show(); hollowman.webBrowser1.Navigate("http://books.projectbird.com/files/theme/comiccon.html"); this.Close(); }
private void pictureBox1_Click(object sender, EventArgs e) { Properties.Settings.Default.points10 = "true"; Properties.Settings.Default.unlockgood = "Books are super fun:) "; Properties.Settings.Default.scorebanner = "true"; Properties.Settings.Default.Save(); hollowman = new Apps.Books.Books2(); hollowman.Show(); hollowman.webBrowser1.Navigate("http://books.projectbird.com/files/theme/btyoung.html"); this.Close(); }