예제 #1
0
 //ncrunch: no coverage start, best tested visually
 private void ShowOptionsSubmenu()
 {
     if (options == null)
     {
         options = new OptionSubmenu(this, menuTheme);
     }
     options.Show();
     if (!EnterSound.IsAnyInstancePlaying)
     {
         EnterSound.Play();
     }
     Hide();
 }
예제 #2
0
		//ncrunch: no coverage start, best tested visually
		private void ShowOptionsSubmenu()
		{
			if (options == null)
				options = new OptionSubmenu(this, menuTheme);
			options.Show();
			if (!EnterSound.IsAnyInstancePlaying)
				EnterSound.Play();
			Hide();
		}