Noob questions, but to the point:
Whats the actual diffference, from a coders standpoint between:
thanks for any help clarifying this up for me
Whats the actual diffference, from a coders standpoint between:
VB.NET:
[B]Private[/B] Sub Button2_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button2.Click
End Sub
VB.NET:
[B]Public [/B]Sub Button2_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button2.Click
End Sub
thanks for any help clarifying this up for me