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