Created
June 21, 2019 23:57
-
-
Save DDzia/1f4e38cdc30279f0c9ad95a1448e8b08 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
static class PInvoke | |
{ | |
private const string ModuleLocation = "Unmanaged/PInvokeInterop.dll"; | |
[DllImport(ModuleLocation, SetLastError = true)] | |
public static extern void PrintToDo(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment