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

OpenUcinetFileDialogUserSettings() public method

Initializes a new instance of the class.
public OpenUcinetFileDialogUserSettings ( Form oForm ) : System
oForm System.Windows.Forms.Form /// The form to save settings for. ///
return System
    public OpenUcinetFileDialogUserSettings
    (
        Form oForm
    )
    : base (oForm, true)
    {
        Debug.Assert(oForm != null);

        // (Do nothing.)

        AssertValid();
    }
OpenUcinetFileDialogUserSettings