public AsyncThread(ASyncIdMarkerTable i_parent,long i_serial,NyARRgbRaster i_raster)
 {
     this._parent=i_parent;
     this._serial=i_serial;
     this._source=i_raster;
 }
예제 #2
0
 public AsyncThread(ASyncIdMarkerTable i_parent, long i_serial, NyARRgbRaster i_raster)
 {
     this._parent = i_parent;
     this._serial = i_serial;
     this._source = i_raster;
 }