Friday 15 January 2010

How to reference a class in a folder in Visual Studio -


I have an initial question about the refactoring of code. In fact, I want to move some sections around and put them in folders in projects. Here I have created a folder named MassageTap and created a new class Epic inside it. But how do I reference it primarily?

Enter image details here

  using MessageType; ... epic poison = new epic ();    

No comments:

Post a Comment