Inheritance: System.Windows.Forms.Form
示例#1
0
文件: frmMain.cs 项目: Venseer/tools
        private void stringsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmStringEditor StringEditor = new frmStringEditor();

            StringEditor.ShowDialog();
            if (StringEditor.ChangedStrings)
            {
                AddStringsToZonePropertyControls();
                RefreshZoneProperties();
            }
        }
示例#2
0
        private void stringsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmStringEditor StringEditor = new frmStringEditor();

            StringEditor.ShowDialog();
            if (StringEditor.ChangedStrings)
            {
                AddStringsToZonePropertyControls();
                RefreshZoneProperties();
            }
        }