Exemplo n.º 1
0
        private void 产品设置ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ProductionCfgForm productCfgForm = new ProductionCfgForm();

            if (productCfgForm.ShowDialog() == DialogResult.OK)
            {
                MessageBox.Show("已更新产品设置!");
            }
        }
Exemplo n.º 2
0
        private void 产品设置ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ProductionCfgForm form = new ProductionCfgForm();

            form.ShowDialog();
        }