public void Execute(IActionContext context) { using (NotifyMeDlg dlg = new NotifyMeDlg()) { dlg.ShowNotifyMeDialog(context.SelectedResources [0]); } }
public void Execute(IActionContext context) { IResource res = context.SelectedResources[0].GetLinkProp(Core.ContactManager.Props.LinkBaseContact); using (NotifyMeDlg dlg = new NotifyMeDlg()) { dlg.ShowNotifyMeDialog(res); } }