Exemplo n.º 1
0
        private void notifyIcon1_MouseDoubleClick(object sender, MouseEventArgs e)
        {
            UnlockForm f = new UnlockForm(this);

            f.ShowDialog();
        }
Exemplo n.º 2
0
 private void notifyIcon1_MouseDoubleClick(object sender, MouseEventArgs e)
 {
     UnlockForm f = new UnlockForm(this);
     f.ShowDialog();
 }