#include "frmNewAccount.h" frmNewAccount::frmNewAccount( wxWindow* parent ) : frmNewAccountADT( parent ) { } void frmNewAccount::UpdateRequirements( wxCommandEvent& event ) { // TODO: Implement UpdateRequirements } void frmNewAccount::CheckAccountName( wxCommandEvent& event ) { // TODO: Implement CheckAccountName } void frmNewAccount::ProcessPrevious( wxCommandEvent& event ) { // TODO: Implement ProcessPrevious } void frmNewAccount::ProcessNext( wxCommandEvent& event ) { // TODO: Implement ProcessNext } void frmNewAccount::CloseWindow( wxCommandEvent& event ) { // TODO: Implement CloseWindow }