static extern IntPtr BeginPaint(IntPtr hwnd, out PAINTSTRUCT lpPaint); [DllImport("user32.dll")] static extern bool EndPaint(IntPtr hWnd, ...
確定! 回上一頁