/// <summary> /// 菜单:开关管理器 /// </summary> private void 开关管理器ToolStripMenuItem_Click(object sender, EventArgs e) { SwitchesForm sf = new SwitchesForm("开关管理器"); sf.ShowDialog(this); }
/// <summary> /// 按钮:开关操作 /// </summary> private void button22_Click(object sender, EventArgs e) { SwitchesForm sf = new SwitchesForm("开关操作"); sf.ShowDialog(this); }