/// <summary>
        /// Creates a new instance of the Connection Manager object.
        /// </summary>
        public ConnectionManager()
        {
#if !NDOC
            mwnd = new MsgWnd(this);
            hwnd = mwnd.Hwnd;
#endif
        }
		/// <summary>
		/// Creates a new instance of the Connection Manager object.
		/// </summary>
		public ConnectionManager()
		{
#if !NDOC
			mwnd = new MsgWnd(this);
			hwnd = mwnd.Hwnd;
#endif
		}