Ejemplo n.º 1
0
        private void notifyIcon_MouseDoubleClick(object sender, MouseEventArgs e)
        {
            ExitForm exitForm = new ExitForm(this);

            exitForm.Show();
        }