/// <summary>
 /// Associate a <code>DropTarget</code> with this component.
 /// </summary>
 public void setDropTarget(DropTarget @dt)
 {
 }
        /// <summary>
        /// Construct a <code>DropTargetContext</code>
        /// given a specified <code>DropTarget</code>.
        /// <P> </summary>
        /// <param name="dt"> the DropTarget to associate with </param>

        internal DropTargetContext(DropTarget dt) : base()
        {
            DropTarget_Renamed = dt;
        }