Hi guys,
I have some Activities that share one or more functions. In this wy I realize a sort of polymorphism.
But, the following code seems not to work...:(
' Activity_A
sub Fooo (A as string, B as string)
'...
end sub
' Activity_B
sub Fooo (A as string, B as string)
'...
end sub
'...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.