---------------------------------------------------------------------------
| 9 | TMessMatchFr *MessMatchFr; |
| 10 | //--------------------------------------------------------------------------- |
| 11 | __fastcall TMessMatchFr::TMessMatchFr(TComponent* Owner) |
| 12 | : TFrame(Owner) |
| 13 | { |
| 14 | OnValuesChange = NULL; |
| 15 | GetPriorities(PriorityLB->Items); |
| 16 | GetFacilities(FacilityLB->Items); |
| 17 | } |
| 18 | //--------------------------------------------------------------------------- |
| 19 | void TMessMatchFr::ToDialog(TMessMatch * p) |
| 20 | { |
nothing calls this directly
no test coverage detected