111,120
社区成员
发帖
与我相关
我的任务
分享
代码是这样的:
MessageBox.Show("fuck1");
notifyIcon1.Visible = false;
MessageBox.Show("fuck2");
this.Visible = true;
this.WindowState = FormWindowState.Normal;
MessageBox.Show("fuck3");
this.BringToFront();
图片重发