Ejemplo n.º 1
0
 public TaskImageDisk(ImageProxy imageProxy)
 {
     this.imageProxy = imageProxy;
     queue = new Queue<ImageQuery>();
     inet = new TaskImageInet(imageProxy);
 }
Ejemplo n.º 2
0
 public Hilo(int id, TaskImageInet inet)
 {
     this.id = id;
     this.inet = inet;
 }
Ejemplo n.º 3
0
 public Hilo(int id, TaskImageInet inet)
 {
     this.id   = id;
     this.inet = inet;
 }
Ejemplo n.º 4
0
 public TaskImageDisk(ImageProxy imageProxy)
 {
     this.imageProxy = imageProxy;
     queue           = new Queue <ImageQuery>();
     inet            = new TaskImageInet(imageProxy);
 }