M
Marc R.
Hello,
I have a function "DoSomething" that it is called from the constructor and
also from the code like in a click event. Is there a way to know, from my
DoSomething function, who has call this function? ex.:
Sub DoSomething
If Call = "New" then
'I am from Sub New
Else
'I am from some where else
End IF
End Sub
Hope that I am clear
I have a function "DoSomething" that it is called from the constructor and
also from the code like in a click event. Is there a way to know, from my
DoSomething function, who has call this function? ex.:
Sub DoSomething
If Call = "New" then
'I am from Sub New
Else
'I am from some where else
End IF
End Sub
Hope that I am clear