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

ImportFromMatrixWorkbookDialogUserSettings() public method

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

        // (Do nothing.)

        AssertValid();
    }
ImportFromMatrixWorkbookDialogUserSettings