[DllImport( "user32.dll" , EntryPoint = "ShowWindow" , SetLastError = true )]. static extern bool ShowWindow(IntPtr hWnd, uint nCmdShow); ...
確定! 回上一頁