#ifndef __frmImportResults__ #define __frmImportResults__ /** @file Subclass of frmImportResultsADT, which is generated by wxFormBuilder. */ #include "../AppXestiaAddrBk.h" //// end generated include /** Implementing frmImportResultsADT */ class frmImportResults : public frmImportResultsADT { protected: // Handlers for frmImportResultsADT events. void CopyClipboard( wxCommandEvent& event ); void CloseWindow( wxCommandEvent& event ); public: /** Constructor */ frmImportResults( wxWindow* parent ); void LoadData(std::map *ResultDataInc, int ImportCount, int ImportErrorCount); //// end generated class members }; #endif // __frmImportResults__