Example #1
0
        private void notifyIcon1_MouseDoubleClick(object sender, MouseEventArgs e)
        {
            UnlockForm f = new UnlockForm(this);

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