Esempio n. 1
0
 public ActiveDelegate(int s, ProbeDelegate p, IAsyncResult r)
 {
     this.timeTableId = s;
     this.probe = p;
     this.result = r;
 }
Esempio n. 2
0
 public ActiveDelegate(int s, ProbeDelegate p, IAsyncResult r)
 {
     this.timeTableId = s;
     this.probe       = p;
     this.result      = r;
 }