I have been learning c# using the console app
So all of the classes I have built have been in the same console
I have been using static methods and know that you can use them without creating a instance of its class first
But if this class was outside my app how would I use the static method??
