Example #1
0
        private void lblReplay_Click(object sender, EventArgs e)
        {
            FormPlayVsComputer vsPcNew = new FormPlayVsComputer(setting);

            vsPcNew.Visible = true;
            this.Visible    = false;
        }
Example #2
0
        private void pbVsComputer_Click(object sender, EventArgs e)
        {
            FormPlayVsComputer vsPc = new FormPlayVsComputer(setting);

            vsPc.Visible = true;
            this.Visible = false;
        }
Example #3
0
 private void lblReplay_Click(object sender, EventArgs e)
 {
     FormPlayVsComputer vsPcNew = new FormPlayVsComputer(setting);
     vsPcNew.Visible = true;
     this.Visible = false;
 }
Example #4
0
 private void pbVsComputer_Click(object sender, EventArgs e)
 {
     FormPlayVsComputer vsPc = new FormPlayVsComputer(setting);
     vsPc.Visible = true;
     this.Visible = false;
 }