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