Beispiel #1
0
 private void Application_SlideShowEnd(Presentation Pres)
 {
     if (_overlay != null)
     {
         _overlay.Close();
         _overlay = null;
     }
 }