Ejemplo n.º 1
0
 private void btnClose_Click(object sender, EventArgs e)
 {
     str.Close();
     timer1.Stop();
     if (soundPlayer != null)
     {
         soundPlayer.Stop();
     }
     difficulties.Show();
     this.Close();
 }
Ejemplo n.º 2
0
 private void btnPlay_Click(object sender, EventArgs e)
 {
     difficulties = new Difficulties(this, options);
     difficulties.Show();
     this.Hide();
 }