예제 #1
0
 public ProductAdapter(Custom.RecyclerView grid, Context contex)
 {
     _contex = contex;
     _grid   = grid;
 }
예제 #2
0
 public CustomScrollListener(Shared.RecyclerView view)
 {
     _view = view;
 }