Creating and Importing Libary
Go to solution
Solved by madknight3,
If you haven't already done so, create a Class Library project in your solution and add that file. Then you can add a reference to that Class Library project in your other projects. When you've got the reference added, you can import the namespace with using Complex_Class; and use the classes in that namespace in your code.
Here's a video demonstration

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now