예제 #1
0
 public void RemoveHandler(events.MapMouseDownEvent d)
 {
     if (d != null)
     {
         m_MapMouseDown -= d;
     }
 }
예제 #2
0
 public void AddHandler(events.MapMouseDownEvent d)
 {
     if (d != null)
     {
         m_MapMouseDown += d;
     }
 }