Ejemplo n.º 1
0
 /// <summary>
 /// Main function for Basic Account Switcher. Run on load.
 /// Collects accounts from cache folder
 /// Prepares HTML Elements string for insertion into the account switcher GUI.
 /// </summary>
 /// <returns>Whether account loading is successful, or a path reset is needed (invalid dir saved)</returns>
 public static void LoadProfiles()
 {
     Globals.DebugWriteLine(@"[Func:Basic\BasicSwitcherFuncs.LoadProfiles] Loading Basic profiles for: " + CurrentPlatform.FullName);
     _ = GenericFunctions.GenericLoadAccounts(CurrentPlatform.FullName, true);
 }