示例#1
0
 //To Next Form
 private void toNext()
 {
     //NextForm
     bgSound.Ctlcontrols.stop();
     SCR = new SelectScreen();
     SCR.Enabled = true;
     SCR.Visible = true;
     this.Enabled = false;
     this.Visible = false;
 }
示例#2
0
        private void button1_Click(object sender, EventArgs e)
        {
            SelectScreen SCR = new SelectScreen();
            SCR.Enabled = true;
            SCR.Visible = true;

            bgSound.Ctlcontrols.stop();
            this.Enabled = false;
            this.Visible = false;
        }