1 #include "vcard/vcard.h"
9 Subclass of frmContactADT, which is generated by wxFormBuilder.
12 #include "AppXestiaAddrBk.h"
14 //// end generated include
16 /** Implementing frmContactADT */
17 class frmContact : public frmContactADT
20 std::map<wxString,wxString> *MemoryFSListPtr;
22 wxString OldSessionID;
24 void CloseWindowProcessing();
25 wxString vCardFilename;
28 frmContact( wxWindow* parent );
29 bool SetupContactData(vCard *vCardObj);
30 void CloseWindow( wxCloseEvent& event );
31 void CloseWindow( wxCommandEvent& event );
32 void SetupPointers(std::map<wxString,wxString> *MemoryFSListIncPtr);
34 wxString GetFilename();
35 DECLARE_EVENT_TABLE();
36 //// end generated class members
40 #endif // __frmContact__