메인스레드에서 다른스레드로 컨트롤러에 접근할때
new Thread(() => { // Thread.Sleep(400); this.Invoke(new MethodInvoker(delegate () { // coding... } )); }).Start();