public GrabberCB(Capture owner) { this.owner = owner; }
public CaptureToTexture(Capture capture, string texName) { this.capture = capture; this.capture.NewBitmap += this.OnNewBitmap; this.textureName = texName; }