c#控制台程序静默执行

class Program     {         #region 隐藏黑色窗口         [DllImport("user32.dll", EntryPoint = "ShowWindow", SetLastError = true)]         static extern bool ShowWindow(IntPtr hWnd, uint nCmdShow);        
相关文章
相关标签/搜索