Guest User

Untitled

a guest
Mar 17th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. [DllImport("kernel32.dll", SetLastError = true)]
  2. [return: MarshalAs(UnmanagedType.Bool)]
  3. static extern bool AllocConsole();
  4. public Form1()
  5. {
  6. InitializeComponent();
  7. AllocConsole();
  8. }
Add Comment
Please, Sign In to add comment