c#控制檯程序靜默執行

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