/// <summary>Нажали "Начать игру"</summary> private void OnStartGame() { Start = true; foreach (PanelItem item in Items) { if (item.Selected) { _Game.StartGame(item.Caption); } } }