sub not found

  1. R

    Android Question CallSub2 Sub not found

    Calling a Public Sub in a class from another class: private Sub touchInShape(aX As Double, aY As Double) As Map Dim m As Map Dim p As TMapPoint = MapUtilities.initPoint(aX, aY) Dim tLL As TMapLatLng = PointToLatLng(p) m.Initialize For Each oKey As Object In...
Top