Exemple #1
0
 /// <summary>
 /// Initialize a ThreadHelper
 /// </summary>
 /// <param name="process">A delegate or function reference which match the signature of DelProcess</param>
 public ThreadHelper(DelProcess process)
 {
     this.Process = process;
     Initialize();
 }
Exemple #2
0
 /// <summary>
 /// Initialize a ThreadHelper
 /// </summary>
 /// <param name="process">A delegate or function reference which match the signature of DelProcess</param>
 public ThreadHelper(DelProcess process)
 {
     this.Process = process;
     Initialize();
 }