public TCollectionListViewModel (ICollectionPresentation presentation)
   : base (presentation, new TCollectionListModel ())
 {
   TypeName = GetType ().Name;
 }
Beispiel #2
0
 public TCollectionViewModel (ICollectionPresentation presentation)
   : base (presentation, new TCollectionModel (), useViewModel:true)
 {
   TypeName = GetType ().Name;
 }