How to add class in VB.Net
Step 1
To add a new class in VB.NET, go to File and select Add Existing Item
Step 2
Then when a new window appear, click on Class
Step 3
Click on Open to create a class.
This create a class called Class1
Public Class Class1
End Class
No comments:
Post a Comment