示例#1
0
 public ContentUnFavorited(Content content) {
     Content = content;
 }
示例#2
0
 Guid GetId(Content content) {
     var local = content as LocalContent;
     return local == null || local.ContentId == Guid.Empty ? content.Id : local.ContentId;
 }
示例#3
0
 public RecentItemRemoved(Content content) {
     Content = content;
 }