示例#1
0
        public void DisableLinkedForm(bool close)
        {
            if (close && m_form != null && !m_form.IsDisposed)
            {
                m_form.Disable();
            }

            m_form = null;
        }
        internal void DisableLinkedEditor(bool close)
        {
            if (close && m_form != null && !m_form.IsDisposed)
            {
                m_form.Disable();
            }

            m_form = null;
        }