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