//************************************************************************* // Constructor: MatrixWorkbookSamplesDialog() // /// <summary> /// Initializes a new instance of the <see /// cref="MatrixWorkbookSamplesDialog" /> class. /// </summary> //************************************************************************* 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(); }