示例#1
0
 private void button1_Click(object sender, EventArgs e)
 {
     if (txtnama.Text != "")
     {
         highscore h = new highscore(txtnama.Text, warna, wincause, memakan);
         h.Visible = true;
         this.Close();
     }
 }
示例#2
0
        private void btnhighscore_Click(object sender, EventArgs e)
        {
            highscore h = new highscore("", "", "", "");

            h.Visible = true;
        }