private void btnZhuxiao_Click(object sender, EventArgs e) { Fpmsd f = new Fpmsd(); f.ShowDialog(); //Process.Start(@".\main.exe"); //Application.Exit(); }
private void 屏幕锁定ToolStripMenuItem_Click(object sender, EventArgs e) { Fpmsd f = new Fpmsd(); f.ShowDialog(); }