Ejemplo n.º 1
0
 internal UIThreadPoolThread(Dispatcher dispatcher)
 {
     UIThreadPool.IncrementThread(dispatcher);
     Dispatcher = dispatcher;
 }