| 24 | //--------------------------------------------------------------------------- |
| 25 | |
| 26 | void __fastcall TForm1::Updateresourcefiles1Click(TObject *Sender) |
| 27 | { |
| 28 | Memo1->Text=Resources_Create().c_str(); |
| 29 | Memo1->Text=Enums_Create().c_str(); |
| 30 | } |
| 31 | //--------------------------------------------------------------------------- |
| 32 |
nothing calls this directly
no test coverage detected