コード例 #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();
 }
コード例 #3
0
 internal NavigateToItemProvider(IThreadCommunicator threadCommunicator)
 {
     _threadCommunicator = threadCommunicator;
 }