Example #1
0
 public ReadingHeadThreadClass(CallBackDelegateWriteLog callBackDelegateWriteLog, ReadingHead readingHead)
 {
     //this.form = form;
     this.readingHead = readingHead;
     this.callBackDelegateWriteLog = callBackDelegateWriteLog;
 }
Example #2
0
 public UnloadingPointThreadClass(MainForm form, CallBackDelegateWriteLog callBackDelegateWriteLog)
 {
     this.form = form;
     this.callBackDelegateWriteLog = callBackDelegateWriteLog;
 }
Example #3
0
 public UnloadingPointThreadClass(MainForm form, CallBackDelegateWriteLog callBackDelegateWriteLog)
 {
     this.form = form;
     this.callBackDelegateWriteLog = callBackDelegateWriteLog;
 }
Example #4
0
 public ReadingHeadThreadClass(CallBackDelegateWriteLog callBackDelegateWriteLog, ReadingHead readingHead)
 {
     //this.form = form;
     this.readingHead = readingHead;
     this.callBackDelegateWriteLog = callBackDelegateWriteLog;
 }