コード例 #1
0
 public void SetThreadStartedCallback(ThreadStartedDelegate threadStartFunction)
 {
     this.threadStartFunction = threadStartFunction;
 }
コード例 #2
0
ファイル: ThreadController.cs プロジェクト: atdgroup/Mosaic
 public void SetThreadStartedCallback(ThreadStartedDelegate threadStartFunction)
 {
     this.threadStartFunction = threadStartFunction;
 }