#include "frmSSLCertificate.h" frmSSLCertificate::frmSSLCertificate( wxWindow* parent ) : frmSSLCertificateADT( parent ) { } void frmSSLCertificate::LoadValueData( wxListEvent& event ) { // TODO: Implement LoadValueData } void frmSSLCertificate::CheckCertificate( wxTreeEvent& event ) { // TODO: Implement CheckCertificate } void frmSSLCertificate::ViewCertificate( wxCommandEvent& event ) { // TODO: Implement ViewCertificate } void frmSSLCertificate::CloseWindow( wxCommandEvent& event ) { // TODO: Implement CloseWindow }