Example #1
0
        void EditInformationClick(object sender, EventArgs e)
        {
            var dr = new DictionaryInfoEditor(Dictionary, true).ShowDialog();

            if (dr == DialogResult.OK)
            {
                UpdateTitle();
                UpdateButtonNames();
            }
        }
Example #2
0
        void EditInformationClick(object sender, EventArgs e)
        {
            var dr = new DictionaryInfoEditor(Dictionary, true).ShowDialog();

            if (dr == DialogResult.OK) {
                UpdateTitle();
                UpdateButtonNames();
            }
        }