Пример #1
0
        private void picBack_Click(object sender, EventArgs e)
        {
            SoundGame3.Stop();
            Story_Line_6 form = new Story_Line_6(7, sound);

            this.Hide();
            form.ShowDialog();
            this.Close();
        }
 private void picRumah3_Click(object sender, EventArgs e)
 {
     if (rumah == 3)
     {
         SoundMap.Stop();
         Story_Line_6 form = new Story_Line_6(1, sound);
         this.Hide();
         form.ShowDialog();
         this.Close();
     }
 }