/// <summary> /// Handles the xWorks message for Edit Parser Parameters /// </summary> /// <param name="argument">The xCore Command object.</param> /// <returns>false</returns> public bool OnImportWordSet(object argument) { CheckDisposed(); using (ImportWordSetDlg dlg = new ImportWordSetDlg(m_mediator)) { dlg.ShowDialog((XWindow)m_mediator.PropertyTable.GetValue("window")); } return(true); }
/// <summary> /// Handles the xWorks message for Edit Parser Parameters /// </summary> /// <param name="argument">The xCore Command object.</param> /// <returns>false</returns> public bool OnImportWordSet(object argument) { CheckDisposed(); using (ImportWordSetDlg dlg = new ImportWordSetDlg(m_mediator)) { dlg.ShowDialog((XWindow)m_mediator.PropertyTable.GetValue("window")); } return true; }