コード例 #1
0
 public void Bind(IOClickItemViewInterface <String> listener, string str)
 {
     listener.ItemViewClicK(str);
 }
コード例 #2
0
 public DemoAdapter(Context context, IOClickItemViewInterface <String> listner)
 {
     mContext = context;
     mListner = listner;
 }