R
Rado
HEllo.
In Event Button1_click i have some code.
And I would like to call this event from other part of code.
For example
Private Sub MenuItem2_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MenuItem2.Click
call button1_click - BUT this is bad, how can I call It?
End Sub
Thank YOu.
In Event Button1_click i have some code.
And I would like to call this event from other part of code.
For example
Private Sub MenuItem2_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MenuItem2.Click
call button1_click - BUT this is bad, how can I call It?
End Sub
Thank YOu.