예제 #1
0
 public OverlayToolTip(Components.Properties.IHasMapToolTip c, Components.Component filter)
 {
     isVisible           = true;
     AssociatedComponent = c;
     this.filter         = filter;
 }
예제 #2
0
 public OverlayToolTip(Components.Properties.IHasMapToolTip c)
 {
     isVisible           = true;
     AssociatedComponent = c;
 }