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