Наследование: System.Windows.Forms.Form
Пример #1
0
        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();
            }
        }