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
ファイル: frmMain.cs プロジェクト: SnakeSolidNL/tools
        private void stringsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmStringEditor StringEditor = new frmStringEditor();

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