Beispiel #1
0
 private static void OnLoadEvent(object sender, EventArgs e)
 {
     try
     {
         AddonsManager.Load();
         HeroSelector.Load();
         HeroSelector.ControllerLoadEvent();
         MainMenu.Load();
     }
     catch (Exception)
     {
         // e.GetBaseException();
     }
 }         // OnLoad