コード例 #1
0
ファイル: form_win.cs プロジェクト: wslsteven161/TheSafaryC
 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
ファイル: Form3.cs プロジェクト: wslsteven161/TheSafaryC
        private void btnhighscore_Click(object sender, EventArgs e)
        {
            highscore h = new highscore("", "", "", "");

            h.Visible = true;
        }