Exemplo n.º 1
0
        private void btn_chup_Click(object sender, EventArgs e)
        {
            Image a = pictureBox1.Image;

            mywebcam.Tat();
            pictureBox1.Image = a;
        }
Exemplo n.º 2
0
 private void btnTat_Click(object sender, EventArgs e)
 {
     mywebcam.Tat();
     pictureBox1.Image = null;
 }