Пример #1
0
        private void NewRefresh()
        {
            if (this.InvokeRequired)
            {
                NewRefresh_Callback d = new NewRefresh_Callback(NewRefresh);
                this.Invoke(d);
                return;
            }

            this.BeginUpdate();
            this.RefreshItems();
            this.EndUpdate();
        }