Example #1
0
 public void UpdateList(bool force)
 {
     InnerWrappersList.Update(force);
     if (InnerWrappersList.IsReady)
     {
         OnListUpdate();
     }
 }
Example #2
0
 public void UpdateList()
 {
     InnerWrappersList.Update();
     if (InnerWrappersList.IsReady)
     {
         OnListUpdate();
     }
 }