コード例 #1
0
ファイル: Window.cs プロジェクト: fariz1992/Windows-API
 public static void SetFocused(IntPtr hWnd)
 {
     WinAPI.SetForegroundWindow(hWnd);
 }