示例#1
0
 public SuppressIssueContextAction(string issueName, SuppressType type)
 {
     this.issueName = issueName;
     this.type      = type;
 }
示例#2
0
			public SuppressIssueContextAction(string issueName, SuppressType type)
			{
				this.issueName = issueName;
				this.type = type;
			}