コード例 #1
0
        //*************************************************************************
        //  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();
        }
コード例 #2
0
    //*************************************************************************
    //  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();
    }