示例#1
0
        //   Application.Exit();



        public void tumDP_OnePostParsed(Object o, EventArgs e)
        {
            Myinvoke m = new Myinvoke(UpdatePostListMethod);

            if (this.InvokeRequired)
            {
                // MessageBox.Show(ex.TumblrPostURL);
                this.Invoke(m, e);
            }
        }
示例#2
0
        private void UpdateResDGV(Object o, EventArgs e)
        {
            Myinvoke m = new Myinvoke(UpdateDGVMethod);

            lock (this)
            {
                if (this.InvokeRequired)
                {
                    // MessageBox.Show(ex.TumblrPostURL);
                    this.Invoke(m, e);
                }
            }
        }