Esempio n. 1
0
 public void RefreshSelectedZone(bool notify)
 {
     if (notify)
     {
         UI.Invoke(NotifyStart);
         SelectedZone.Refresh(UI.Wrap(NotifyFinish));
     }
     else
     {
         SelectedZone.Refresh(null);
     }
 }