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