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