コード例 #1
0
 protected void DoInternal()
 {
     currentThread = this;
     Do();
 }
コード例 #2
0
 void RegisterThread(ThreadBase thread)
 {
     registeredThreads.Add(thread);
 }