void _PowerPointApplication_ProtectedViewWindowActivate(Microsoft.Office.Interop.PowerPoint.ProtectedViewWindow ProtViewWindow)
 {
     DisplayInWatchWindow(ProtectedViewWindowActivate++, System.Reflection.MethodInfo.GetCurrentMethod().Name);
 }
 void _PowerPointApplication_ProtectedViewWindowBeforeClose(Microsoft.Office.Interop.PowerPoint.ProtectedViewWindow ProtViewWindow, Microsoft.Office.Interop.PowerPoint.PpProtectedViewCloseReason ProtectedViewCloseReason, ref bool Cancel)
 {
     DisplayInWatchWindow(ProtectedViewWindowBeforeClose++, System.Reflection.MethodInfo.GetCurrentMethod().Name);
 }