Example #1
0
 //button to save what the user input
 private void button1_Click(object sender, EventArgs e)
 {
     game.updateNoteDictionary(curButton, notes.Text);
     game.setCoord(curButton, answer.Text);
     this.Hide();
 }