LAPLACE.h 437 Bytes
#ifndef LAPLACE_H
#define LAPLACE_H

//(*Headers(LAPLACE)
#include <wx/dialog.h>
//*)

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