---------------------------------------------------------------------------
| 121 | } |
| 122 | //--------------------------------------------------------------------------- |
| 123 | void __fastcall TSaveParamsINI::SetFile(AnsiString inFile) |
| 124 | { |
| 125 | Load(inFile); |
| 126 | } |
| 127 | //--------------------------------------------------------------------------- |
| 128 | #pragma package(smart_init) |
nothing calls this directly
no outgoing calls
no test coverage detected