Ejemplo n.º 1
0
 private void Unesi_Click(object sender, EventArgs e)
 {
     high.Ime = textBox1.Text;
     high.UnesiHighScore();
     this.Close();
 }