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