//--------------------------------------------------------------
 /// <summary>
 /// Initializes a new instance of the <see cref="ElementPresentationTarget"/> class.
 /// </summary>
 public ElementPresentationTarget()
 {
     _formsPresentationTarget = new FormsPresentationTarget();
       Child = _formsPresentationTarget;
 }
Ejemplo n.º 2
0
        //--------------------------------------------------------------
        #region Properties & Events
        //--------------------------------------------------------------
        #endregion


        //--------------------------------------------------------------
        #region Creation and Cleanup
        //--------------------------------------------------------------

        /// <summary>
        /// Initializes a new instance of the <see cref="ElementPresentationTarget"/> class.
        /// </summary>
        public ElementPresentationTarget()
        {
            _formsPresentationTarget = new FormsPresentationTarget();
            Child = _formsPresentationTarget;
        }