コード例 #1
0
 //削除ボタンを利用するならこっち
 public NicoRepoResultEntryViewModel(NicoNicoNicoRepoDataEntry entry, NicoRepoListViewModel owner)
 {
     Owner = owner;
     Entry = entry;
     if (entry.IsMyNicoRepo)
     {
         ShowDeleteButton = true;
     }
 }
コード例 #2
0
 public NicoRepoResultEntryViewModel(NicoNicoNicoRepoDataEntry entry)
 {
     Entry = entry;
 }