WikiFunctions.Updater.Updater C# (CSharp) 메소드

Updater() 정적인 개인적인 메소드

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