Пример #1
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="NexusUrl" /> class.
 /// </summary>
 public NexusUrl(UrlAction action, IUrlAction data)
 {
     Action = action;
     Data   = data;
 }
 /// <summary>
 ///     Initializes a new instance of the <see cref="NexusUrl" /> class.
 /// </summary>
 public NexusUrl(UrlAction action, IUrlAction data)
 {
     Action = action;
     Data = data;
 }