Ejemplo n.º 1
0
        private void 系统参数设置ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FormSetting fs = new FormSetting(this);

            fs.Show();
            this.Visible = false;
        }
Ejemplo n.º 2
0
        private void button9_Click(object sender, EventArgs e)
        {
            FormSetting fs = new FormSetting(this);

            fs.Show();
            this.Visible = false;
        }