//------------------------------------------------------
        //
        //  Constructors 
        //
        //----------------------------------------------------- 
 
        internal InputLanguageProfileNotifySink(InputLanguageSource target)
        { 
            _target = target;
        }
        //------------------------------------------------------
        //
        //  Constructors
        //
        //------------------------------------------------------

        internal InputLanguageProfileNotifySink(InputLanguageSource target)
        {
            _target = target;
        }