Exemple #1
0
 public ThreadData(HoloToolkit.Sharing.ProfileThread newThread)
 {
     this.thread = newThread;
     this.ThreadID = newThread.GetThreadID();
 }