예제 #1
0
 public ThreadCommunication(ISynchronizeInvoke syn, PassTaskRows taskRowsTemp)
 {
     _synch  = syn;
     _update = taskRowsTemp;
 }
예제 #2
0
 public ThreadCommunication()
 {
     _synch  = null;
     _update = null;
 }