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

PasswordUserSettings() public method

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

        AssertValid();
    }