AHL Namespace |
Class | Description | |
---|---|---|
![]() | HelperFunctions |
This static class defines the Artanis Helper library and allows the programmer to
easily access all the Helper Functions.
|
![]() | HelperFunctionsLogging |
The Logging Class contains methods to manage a Logfile and helper functions to write to the log file.
|
![]() | HelperFunctionsProgressBar |
The ProgressBar Class contains methods to manage a Background Worker, used to report progress of a method using a Progress Bar.
There are two initialization methods: one with DoWork, ProgressChanged and RunWorkerCompleted delegates and one with only the first two which assumes a default one for the third.
|
![]() | HelperFunctionsSettingsManager |
The SettingsManager Class contains methods to manage a Binary Setting File, including file read and write, and the actual Setting add/remove/update functions.
|