Exemple #1
0
 protected override void OnBeforeDocumentWindowShow(IVsWindowFrame frame, DocumentId id, bool firstShow)
 {
     if (_documentTrackingService != null)
     {
         _documentTrackingService.DocumentFrameShowing(frame, id, firstShow);
     }
 }
        protected override void OnBeforeDocumentWindowShow(IVsWindowFrame frame, DocumentId id, bool firstShow)
        {
            base.OnBeforeDocumentWindowShow(frame, id, firstShow);

            _documentTrackingService?.DocumentFrameShowing(frame, id, firstShow);
        }