private void mainNotifyIcon_MouseDoubleClick
(object sender,MouseEventArgs e)
 {
     this.Show();
 }
//这样写不行,show()方法不能把窗体设为当前活动窗体