예제 #1
0
 internal NavigateToItemProvider(IThreadCommunicator threadCommunicator)
 {
     _threadCommunicator = threadCommunicator;
 }
예제 #2
0
파일: Downloader.cs 프로젝트: weeble/ohos
 public void Run(IThreadCommunicator aThread)
 {
     iThread = aThread;
     while (!iThread.Abandoned)
     {
         Step();
     }
     CancelAllDownloads();
     WaitForAllDownloads();
 }
 internal NavigateToItemProvider(IThreadCommunicator threadCommunicator)
 {
     _threadCommunicator = threadCommunicator;
 }