private void link_Click(object sender, EventArgs e) { string url = SettingsManager.TargetProcessPath + "View.aspx?id=" + assignmentData.EntityID; SubmitBugForm.ShellExecute("open", url); Close(); }
protected override void OnMouseClick(MouseEventArgs e) { string url = SettingsManager.TargetProcessPath + "View.aspx?id=" + assignmentData.EntityID; SubmitBugForm.ShellExecute("open", url); Close(); }