Smrf.NodeXL.ExcelTemplate.NotificationUserSettings.NotificationUserSettings C# (CSharp) Method

NotificationUserSettings() public method

Initializes a new instance of the NotificationUserSettings class.
public NotificationUserSettings ( ) : System
return System
    public NotificationUserSettings()
    :
    base(false)
    {
        // (Note that the NodeXLApplicationSettingsBase base class is told to
        // use the standard settings file instead of the workbook settings for
        // notification user settings.  We do not want the notification user
        // settings to travel with the workbook.)

        // (Do nothing.)

        AssertValid();
    }