CSL_Test__1.SettingsFile.SettingsFile C# (CSharp) Method

SettingsFile() public method

public SettingsFile ( )
        public SettingsFile()
        {
            // // To add event handlers for saving and changing settings, uncomment the lines below:
            //
            // this.SettingChanging += this.SettingChangingEventHandler;
            //
            // this.SettingsSaving += this.SettingsSavingEventHandler;
            //
        }