Esempio n. 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 ElementSetViewer();
        }
Esempio n. 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 ElementSetViewer();
        }
Esempio n. 3
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 ElementSetViewer();
		}
		/// <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 ElementSetViewer();
		}