示例#1
0
        private bool ReinvokeInOwnThread(XdebugClientCallback xcc, object[] list)
        {
            if (this.InvokeRequired)
            {
                this.Invoke(xcc, list);
                return(true);
            }

            return(false);
        }
示例#2
0
        private bool ReinvokeInOwnThread(XdebugClientCallback xcc, object[] list)
        {
            if (this.InvokeRequired)
            {
                this.Invoke(xcc, list);
                return true;
            }

            return false;
        }