Exemple #1
0
 public VisionJob(TreeView inputTreeView, FormLog inputFormLog, string jobName)
 {
     tvwOnWorkJob          = inputTreeView;
     this.myFormLog        = inputFormLog;
     this.JobName          = jobName;
     createLineDelegateFun = new CreateLineDelegate(CreateLine);
 }
Exemple #2
0
 public VisionJob(string jobName)
 {
     this.JobName          = jobName;
     createLineDelegateFun = new CreateLineDelegate(CreateLine);
 }