Ejemplo n.º 1
0
 bool IORMToolServices.NavigateTo(object element, NavigateToWindow window)
 {
     return(NavigateTo(element, window));
 }
Ejemplo n.º 2
0
 bool IORMToolServices.ActivateShape(ShapeElement shape, NavigateToWindow window)
 {
     return(ActivateShape(shape, window));
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Implements <see cref="IORMToolServices.NavigateTo"/>
 /// </summary>
 protected static bool NavigateTo(object element, NavigateToWindow window)
 {
     return(false);
 }
Ejemplo n.º 4
0
 /// <summary>
 /// Implements <see cref="IORMToolServices.ActivateShape"/>
 /// </summary>
 protected static bool ActivateShape(ShapeElement shape, NavigateToWindow window)
 {
     return(false);
 }