WikiFunctions.Updater.Updater C# (CSharp) Méthode

Updater() static private méthode

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