Пример #1
0
 public void UpdateView()
 {
     if (adapter != null)
     {
         adapter.NotifyDataSetChanged();
     }
 }