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

MatrixWorkbookSamplesDialog() public method

Initializes a new instance of the class.
public MatrixWorkbookSamplesDialog ( ) : System
return System
    public MatrixWorkbookSamplesDialog()
    {
        InitializeComponent();

        // Instantiate an object that saves and retrieves the user settings for
        // this dialog.  Note that the object automatically saves the settings
        // when the form closes.

        m_oMatrixWorkbookSamplesDialogUserSettings =
            new MatrixWorkbookSamplesDialogUserSettings(this);

        // AssertValid();
    }