X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2FfrmNewAccount.h;h=c335dfa00e274bc9860806c382248651e1fd940d;hb=425df206d3ebe4721694bd94b6a6c45be8159d98;hp=e48836422bcd4fd35b3ae010161488163692d031;hpb=f8559862b41902d7661a5875e87c69c3b03272af;p=xestiaab%2F.git diff --git a/source/frmNewAccount.h b/source/frmNewAccount.h index e488364..c335dfa 100644 --- a/source/frmNewAccount.h +++ b/source/frmNewAccount.h @@ -33,22 +33,22 @@ class frmNewAccount : public frmNewAccountADT { protected: - // Handlers for frmNewAccountADT events. - void CheckAccountName( wxCommandEvent& event ); - void ProcessPrevious( wxCommandEvent& event ); - void ProcessNext( wxCommandEvent& event ); - void CloseWindow( wxCommandEvent& event ); - void UpdateRequirements( wxCommandEvent& event ); - void WriteAccountDetails( wxFileConfig *cfgfilein, wxString AccountType, wxString DirectoryName ); + // Handlers for frmNewAccountADT events. + void CheckAccountName( wxCommandEvent& event ); + void ProcessPrevious( wxCommandEvent& event ); + void ProcessNext( wxCommandEvent& event ); + void CloseWindow( wxCommandEvent& event ); + void UpdateRequirements( wxCommandEvent& event ); + void WriteAccountDetails( wxFileConfig *cfgfilein, wxString AccountType, wxString DirectoryName ); public: - /** Constructor */ - frmNewAccount( wxWindow* parent ); - void SetupPointers(bool *ReloadAccountInc); - //// end generated class members + /** Constructor */ + frmNewAccount( wxWindow* parent ); + void SetupPointers(bool *ReloadAccountInc); + //// end generated class members private: - int PageSeek = 0; - wxString ServerPrefix; - bool *ReloadAccountConfig = NULL; + int PageSeek = 0; + wxString ServerPrefix; + bool *ReloadAccountConfig = NULL; }; #endif // __frmNewAccount__