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