... nebo
Keyword USING is equivalent for #Include that is used to import external classes and libraries in C++
In C# you can either create a object for the class you defined in the external file or Create a Assembly(.dll) file and then add it to the [Bin] folder of your application and reference it by dragging it to the using statements in your editor.