AccentOccurrences.Properties.Settings.Settings C# (CSharp) Method

Settings() public method

public Settings ( )
        public Settings()
        {
            // To add event handlers for saving and changing settings, uncomment the lines below:

            //this.SettingChanging += this.SettingChangingEventHandler;

            //this.SettingsSaving += this.SettingsSavingEventHandler;
        }