Exemple #1
0
 public EnumerableDrawerImpl(PageableDrawer <TOwner, TCollection> @this)
 {
     This = @this;
 }
Exemple #2
0
 public ListDrawerImpl(PageableDrawer <TOwner, TList> @this)
 {
     This = @this;
 }