public NewIssueEventArgs(Issue issue) { this._issue = issue; }
internal Action(Issue parent) : this(parent, null) { }
public OpenIssueWindowEventArgs(Issue issue, string searchText, ref bool handled) { this._issue = issue; this._searchText = searchText; this._handled = handled; }