private void btnEditStyle_Click(object sender, EventArgs e) { string url = Properties.Settings.Default.URL_ROOTSERVER + string.Format(Properties.Settings.Default.URI_LOGINSTYLEEDITOR, Globals.ThisAddIn.user.Authentication, (owner == StyleOwner.User ? Globals.ThisAddIn.user.UserID : -1), style.Name); CitationStyleEditorForm editor = new CitationStyleEditorForm(url); editor.reloadStyleEvent += new ReloadStyleHandler(this.editor_reloadStyleEvent); editor.ShowDialog(); }
public External(CitationStyleEditorForm _parent) { this.parent = _parent; }