Exemplo n.º 1
0
        private void pictureBox1_Click(object sender, EventArgs e)
        {
            Notme n = new Notme();

            n.Show();
            this.Hide();
        }
Exemplo n.º 2
0
        private void pictureBox1_Click(object sender, EventArgs e)
        {
            Notme not = new Notme();

            not.Show();
            this.Hide();
            _capture.Dispose();
            Application.Idle -= ProcessFrame;
        }