Exemplo n.º 1
0
 private void Form1_Shown(object sender, EventArgs e)
 {
     isRunning = true;
     pipeline  = new MyPipeline(this, pictureBox1);
     pipeline.LoopFrames();
 }
Exemplo n.º 2
0
 private void Form1_Shown(object sender, EventArgs e)
 {
     isRunning = true;
     pipeline = new MyPipeline(this, pictureBox1);
     pipeline.LoopFrames();
 }