Wednesday 5 December 2012

Error: Cross-thread operation not valid



Solutions:   this.Invoke(new MethodInvoker(delegate()
        {

         }));

No comments:

Post a Comment