private void 设置SToolStripMenuItem_Click(object sender, EventArgs e) { Form_Setting Setting = new Form_Setting(this); Setting.ShowDialog(); UpdateSize(); }
private void 设置sToolStripMenuItem_Click(object sender, EventArgs e) { Form_Setting Setting = new Form_Setting(this); //本身传参 Setting.ShowDialog(); UpdateSize(); }