コード例 #1
0
 public static void ShowEmplyList <TViewModel>(this BaseListView <TViewModel> self) where TViewModel : class, IBaseListViewModel
 {
     ShowEmplyList_abstract(self, self);
 }
コード例 #2
0
 public static void RefreshList <TViewModel>(this BaseListView <TViewModel> self) where TViewModel : class, IBaseListViewModel
 {
     RefreshList_abstract(self);
 }