Ejemplo n.º 1
0
 public FindCallbackData(HotList hotlist)
 {
     this.trigger = new ManualResetEvent(false);
     this.results = new DataEventCollection();
     this.hotlist = hotlist;
 }
Ejemplo n.º 2
0
 public FindVrmData(HotList hotlist, string vrm) : base(hotlist)
 {
     this.vrm = vrm;
 }
Ejemplo n.º 3
0
 public FindField1Data(HotList hotlist, string field1) : base(hotlist)
 {
     this.field1 = field1;
 }
Ejemplo n.º 4
0
 public FindPncidData(HotList hotlist, string pncid) : base(hotlist)
 {
     this.pncid = pncid;
 }