Example #1
0
 /// <summary>
 /// Overload to be used by the CurrentAppSimulator for Windows Phone 8; decided
 /// that this was a nicer way to do it than a bunch more IFDEFs
 /// </summary>
 /// <param name="clone">A fully instantiated ListingInformation implementation</param>
 /// <returns>The initial ListingInformation implementation</returns>
 public static ListingInformation Create(ListingInformation clone)
 {
     return(clone);
 }