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

Settings() public method

Initializes a new instance of the Settings class.
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;
            //
        }