Exemplo n.º 1
0
        private object ModifyText(object param)
        {
            if (m_Owner != null)
            {
                EntityView ev = m_Owner.GetView();
                if (ev != null)
                {
                    ModifyText modify = (ModifyText)param;
                    ev.ModifyText(modify.nLinkID, modify.strText);
                }
            }

            return(null);
        }