Ejemplo n.º 1
0
 protected override SelectRating LoadFromCache(string serialized)
 {
     return(SelectRating.Deserialize(serialized));
 }
Ejemplo n.º 2
0
 protected override Uri GetPageAddress(SelectRating category)
 {
     return(category.Rating == null?SelectCarDialog.FavouritesUri() : SelectCarDialog.RatingUri(category.Rating.Value));
 }