Exemplo n.º 1
0
 public SuppressIssueContextAction(string issueName, SuppressType type)
 {
     this.issueName = issueName;
     this.type      = type;
 }
Exemplo n.º 2
0
			public SuppressIssueContextAction(string issueName, SuppressType type)
			{
				this.issueName = issueName;
				this.type = type;
			}