/// <summary> /// Selects the map difficulty. /// </summary> private void SelectedMapDiff() { DifficultySelection diffSelect = new DifficultySelection(); diffSelect.Show(); Close(); }