Ejemplo n.º 1
0
 public void RemoveHandler(events.MapExtentsChangedEvent d)
 {
     if (d != null)
     {
         m_MapExtentsChanged -= d;
     }
 }
Ejemplo n.º 2
0
 public void AddHandler(events.MapExtentsChangedEvent d)
 {
     if (d != null)
     {
         m_MapExtentsChanged += d;
     }
 }