17 lines
368 B
C++
17 lines
368 B
C++
#include "stdafx.h"
|
|
#include <wx/wx.h>
|
|
#include "cwxAddKeySetDlg.h"
|
|
|
|
|
|
|
|
cwxAddKeySetDlg::cwxAddKeySetDlg( wxWindow* pParent, wxWindowID id, const wxString& title,
|
|
const wxPoint& pos /* = wxDefaultPosition */, const wxSize& size /* = wxDefaultSize */,
|
|
long style /* = wxDEFAULT_DIALOG_STYLE */ )
|
|
{
|
|
|
|
}
|
|
|
|
cwxAddKeySetDlg::~cwxAddKeySetDlg(void)
|
|
{
|
|
|
|
}
|