} // OnLoad private static void OnCloseEvent(object sender, EventArgs e) { try { HeroSelector.ControllerCloseEvent(); MainMenu.Unload(); HeroSelector.Unload(); // Выгрузка аддонов AddonsManager.Unload(); Print.ConsoleMessage.Info("> DotAllCombo's is waiting for the next game to start."); } catch (Exception) { // e.GetBaseException(); } } // OnClose