| 519 | |
| 520 | |
| 521 | void DSCTriageView::OnAfterOpenFile(UIContext *context, FileContext *file, ViewFrame *frame) |
| 522 | { |
| 523 | RefreshData(); |
| 524 | UIContextNotification::OnAfterOpenFile(context, file, frame); |
| 525 | } |
| 526 | |
| 527 | |
| 528 | // Called when shared cache information has changed. |
nothing calls this directly
no test coverage detected