Ejemplo n.º 1
0
 public static void ShowEmplyList <TViewModel>(this BaseListView <TViewModel> self) where TViewModel : class, IBaseListViewModel
 {
     ShowEmplyList_abstract(self, self);
 }
Ejemplo n.º 2
0
 public static void RefreshList <TViewModel>(this BaseListView <TViewModel> self) where TViewModel : class, IBaseListViewModel
 {
     RefreshList_abstract(self);
 }