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

PlugInUserSettings() public method

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

        AssertValid();
    }