This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Jens Eckervogt ( aka DeafMan1983 ) | |
* NativeLong for all platform if you use Windows It will work for Windows. But no problem. | |
*/ | |
public interface INativeLong | |
{ | |
long ToNative(); | |
} | |
public class NativeLong : INativeLong |