Exemple #1
0
        /// <summary>
        /// Creates a new instance of <see cref="ConnectionDialog">ConnectionDialog</see> dialog.
        /// </summary>
        public ConnectionDialog()
        {
            InitializeComponent();

            _uilink = null;
            _propertyManagerCache = new Hashtable();
            _startingLinkID       = 0;

            _shouldBeSaved = false;

            _elementSetViewer = new Oatc.OpenMI.Gui.ConfigurationEditor.ElementSetViewer();
        }
Exemple #2
0
        /// <summary>
        /// Creates a new instance of <see cref="ModelDialog">ModelDialog</see> dialog.
        /// </summary>
        public ModelDialog()
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();

            //
            // TODO: Add any constructor code after InitializeComponent call
            //

            _elementSetViewer = new Oatc.OpenMI.Gui.ConfigurationEditor.ElementSetViewer();
            //_elementSetViewer.ResizeEnd += new EventHandler(elementSetViewer_ResizeEnd);
        }