Hi!
I was wondering how to do this:
Say I have this in one file:
How would I go about doing that If I want to have MyFirst and MySecond in their own files?
Thanks!
I was wondering how to do this:
Say I have this in one file:
VB.NET:
Pubic Class MyFirst
Stuff...
Public Class MySecond
More Stuff
End Class
End Class
How would I go about doing that If I want to have MyFirst and MySecond in their own files?
Thanks!