Exemple #1
0
 private void Form1_Shown(object sender, EventArgs e)
 {
     this.Text = "=] FaceMouse";
     pipeline = new MyPipeline(this, pictureBox1);
     pipeline.LoopFrames();
 }
Exemple #2
0
 private void Form1_Shown(object sender, EventArgs e)
 {
     this.Text = "=] FaceMouse";
     pipeline  = new MyPipeline(this, pictureBox1);
     pipeline.LoopFrames();
 }