private void notifyIcon_MouseClick(object sender, MouseEventArgs e)
        {
            int x = e.X;
            int y = e.Y;
           //得到 x y 全是0,这是什么么?
        }