Ejemplo n.º 1
0
 protected virtual void doAdd(object sender, System.EventArgs e)
 {
     m_App.AddChildWaypoint();
 }
Ejemplo n.º 2
0
 void HandleAddWayPointActivated(object sender, EventArgs e)
 {
     m_app.AddChildWaypoint();
 }