Exemplo n.º 1
0
 public CaptureManager(CaptureSurface surface)
 {
     _shape   = new CaptureShape();
     _surface = surface;
     _surface.SetManager(this);
 }
Exemplo n.º 2
0
 public CaptureManager(CaptureSurface surface)
 {
     _shape = new CaptureShape();
     _surface = surface;
     _surface.SetManager(this);
 }