Exemple #1
0
 public void BringTop()
 {
     WinApi.TopMost(this._hwnd);
     DispatcherEx.DoEvents();
     WinApi.CancelTopMost(this._hwnd);
 }