#ifndef LAPLACE_H #define LAPLACE_H //(*Headers(LAPLACE) #include //*) class LAPLACE: public wxDialog { public: LAPLACE(wxWindow* parent,wxWindowID id=wxID_ANY,const wxPoint& pos=wxDefaultPosition,const wxSize& size=wxDefaultSize); virtual ~LAPLACE(); //(*Declarations(LAPLACE) //*) protected: //(*Identifiers(LAPLACE) //*) private: //(*Handlers(LAPLACE) //*) DECLARE_EVENT_TABLE() }; #endif