---------------------------------------------------------------------------
| 724 | } |
| 725 | //--------------------------------------------------------------------------- |
| 726 | void __fastcall TMainForm::mOpenFilesLocExecute(TObject *Sender) |
| 727 | { |
| 728 | ShellExecute(GetDesktopWindow(), "explore", WorkDir.c_str(), NULL, NULL, SW_SHOWNORMAL); |
| 729 | } |
| 730 | //--------------------------------------------------------------------------- |
| 731 | void __fastcall TMainForm::aSetupExecute(TObject *Sender) |
| 732 | { |
nothing calls this directly
no outgoing calls
no test coverage detected