public void OnClick() { if (adapter.OnItemClicked != null) { adapter.OnItemClicked(this); } }
public void OnClick() { adapter.OnItemClicked(this); }