//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(); }
//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(); }