HelperFunctionsSettingsManagerLoadSettings Method |
This method will load the settings from the Settings file.
This will be calleed automatically each time you Initialize the settings, but will need to be manually called if you want to read from the file.
Namespace:
AHL
Assembly:
AHL (in AHL.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void LoadSettings()
Public Shared Sub LoadSettings
public:
static void LoadSettings()
static member LoadSettings : unit -> unit
See Also