Пример #1
0
        private void pluginButton_Click(object sender, EventArgs e)
        {
            KeywordActionDlg dlg = new KeywordActionDlg(this.currentActionEntry, this.KeywordActionList);

            if (dlg.ShowDialog() == DialogResult.OK)
            {
                this.currentActionEntry = dlg.ActionEntry;
                Dirty();
            }
        }
Пример #2
0
		private void pluginButton_Click(object sender, EventArgs e)
		{
			KeywordActionDlg dlg = new KeywordActionDlg(this.currentActionEntry, this.KeywordActionList);
			if (dlg.ShowDialog() == DialogResult.OK)
			{
				this.currentActionEntry = dlg.ActionEntry;
				Dirty();
			}
		}