Example #1
0
 /// <summary>
 /// Creates new location.
 /// </summary>
 /// <param name="locode"><see cref="UnLocode"/> for this location.</param>
 /// <param name="name">Name.</param>
 public Location(UnLocode locode, string name)
 {
     UnLocode = locode;
     Name     = name;
 }
Example #2
0
 /// <summary>
 /// Creates new location.
 /// </summary>
 /// <param name="locode"><see cref="UnLocode"/> for this location.</param>
 /// <param name="name">Name.</param>
 public Location(UnLocode locode, string name)
 {
    UnLocode = locode;
    Name = name;
 }