示例#1
0
 /// <summary>
 /// Pass the issue into the delegate to determine the target file location
 /// </summary>
 public NewsstandUrlDelegate1(string name, NKIssue issue)
 {
     Issue = issue;
 }
		/// <summary>
		/// Pass the issue into the delegate to determine the target file location
		/// </summary>
		public NewsstandUrlDelegate1(string name, NKIssue issue)
		{
			_name = name;
			_issue = issue;
		}