示例#1
0
 public bool FlashWindow(bool bInvert)
 {
     return(User32APIs.FlashWindow(Hwnd, bInvert));
 }