예제 #1
0
 public static bool BringWindowToTop(IntPtr hWnd)
 {
     return(SafeNativeMethods.BringWindowToTop(hWnd));
 }