private static int FreeConsole() { return(WinAPI.FreeConsole()); }
public static int AllocConsole() { return(WinAPI.AllocConsole()); }