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