---------------------------------------------------------------------------
| 805 | } |
| 806 | //--------------------------------------------------------------------------- |
| 807 | void __fastcall TMainForm::aExitExecute(TObject *Sender) |
| 808 | { |
| 809 | Application->Terminate(); |
| 810 | } |
| 811 | //--------------------------------------------------------------------------- |
| 812 | // State: 0-ok 1-warning 2-error |
| 813 | void __fastcall TMainForm::TrayChangeIcon(int State) |
nothing calls this directly
no outgoing calls
no test coverage detected