コード例 #1
0
 public static bool BringWindowToTop(IntPtr hWnd)
 {
     return(Api_User32.BringWindowToTop(hWnd));
 }