Ejemplo n.º 1
0
 protected virtual void OnOutputDataReady(BitmapReadyEventArgs e)
 {
     if (OutputDataReady != null)
     {
         OutputDataReady(this, e);
     }
 }
Ejemplo n.º 2
0
 protected override void OnOutputDataReady(BitmapReadyEventArgs e)
 {
     base.OnOutputDataReady(e);
     this.processRunning = false;
 }