Click or drag to resize

AHL Namespace

Artanis Help Library is a lightweight library with useful methods and functions to quickly enhance and improve your software. Basic functionality as Logging or Settings management are included so you don't have to reinvent the wheel. Happy programming!
Classes
  ClassDescription
Public classHelperFunctions
This static class defines the Artanis Helper library and allows the programmer to easily access all the Helper Functions.
Public classHelperFunctionsLogging
The Logging Class contains methods to manage a Logfile and helper functions to write to the log file.
Public classHelperFunctionsProgressBar
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.
Public classHelperFunctionsSettingsManager
The SettingsManager Class contains methods to manage a Binary Setting File, including file read and write, and the actual Setting add/remove/update functions.