日期:2014-05-18 浏览次数:20966 次
代码是这样的:
MessageBox.Show("fuck1");
notifyIcon1.Visible = false;
MessageBox.Show("fuck2");
this.Visible = true;
this.WindowState = FormWindowState.Normal;
MessageBox.Show("fuck3");
this.BringToFront();