#ifndef __frmEditAccount__ #define __frmEditAccount__ /** @file Subclass of frmEditAccountADT, which is generated by wxFormBuilder. */ #include "../AppXestiaCalendar.h" //// end generated include /** Implementing frmEditAccountADT */ class frmEditAccount : public frmEditAccountADT { protected: // Handlers for frmEditAccountADT events. void DetectAddressBook( wxCommandEvent& event ); void UpdateSettings( wxCommandEvent& event ); void CloseWindow( wxCommandEvent& event ); public: /** Constructor */ frmEditAccount( wxWindow* parent ); //// end generated class members }; #endif // __frmEditAccount__