ACAT.Extensions.Default.UI.Dialogs.MouseGridSettingsForm.loadDefaultSettings C# (CSharp) Method

loadDefaultSettings() private method

Restores default settings from the preferences file
private loadDefaultSettings ( ) : void
return void
        private void loadDefaultSettings()
        {
            if (DialogUtils.Confirm(this, Resources.RestoreDefaultSettings))
            {
                initWidgetSettings(ACATPreferences.LoadDefaultSettings());
                _isDirty = true;
            }
        }