AcManager.Tools.Miscellaneous.LocaleUpdater.FirstCheck C# (CSharp) 메소드

FirstCheck() 보호된 메소드

protected FirstCheck ( ) : void
리턴 void
        protected override void FirstCheck() {
            if (!SettingsHolder.Locale.UpdateOnStart) {
                base.FirstCheck();
            }
        }