Advertisement
Guest User

vincent789

a guest
Jul 12th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. public class Win32
  2. {
  3. [DllImport("kernel32.dll")]
  4. public static extern Boolean AllocConsole();
  5. [DllImport("kernel32.dll")]
  6. public static extern Boolean FreeConsole();
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement