WikiFunctions.Updater.Updater C# (CSharp) Method

Updater() static private method

Runs Update() at creation time
static private Updater ( ) : System
return System
        static Updater()
        {
            AWBDirectory = Path.GetDirectoryName(Application.ExecutablePath) + "\\";
            Result = AWBEnabledStatus.None;
        }