예제 #1
0
 void IExternalControl.Stop()
 {
     ThreadPool.QueueUserWorkItem(Func => _IoMain.Stop());
 }