예제 #1
0
파일: globals.cs 프로젝트: jpheary/Argix08
 public NewIssueEventArgs(Issue issue)
 {
     this._issue = issue;
 }
예제 #2
0
파일: Issue.cs 프로젝트: jpheary/Argix08
 internal Action(Issue parent) : this(parent, null)
 {
 }
예제 #3
0
파일: globals.cs 프로젝트: jpheary/Argix08
 public OpenIssueWindowEventArgs(Issue issue, string searchText, ref bool handled)
 {
     this._issue = issue; this._searchText = searchText; this._handled = handled;
 }