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?
using MessageType; ... epic poison = new epic ();
No comments:
Post a Comment