AcManager.Tools.Miscellaneous.LocaleUpdater.FirstCheck C# (CSharp) Method

FirstCheck() protected method

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