Пример #1
0
 protected void NotifyDeleteSectorDots(Sector s)
 {
     foreach (ITargetObserver ob in _obs)
         ob.NotifyUpdateSectorDot(null, s.Index);   //传递null,表示没有航迹需要显示
 }