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