Exemplo n.º 1
0
 public void ForegroundOverlay()
 {
     if (mOverlayWindow != null)
     {
         mOverlayWindow.BringOverlayToFront();
     }
 }