Include file !

Jedhi

Well-known member
Joined
Oct 2, 2003
Messages
127
By writing #include "windef.h" I have included the type BYTE. How must I do in C# ?
 
C# does not include a #include directive (no pun intended ;)). You simply have to declare your types and such inside your files.
 
Back
Top