summaryrefslogtreecommitdiffstats
path: root/Project/BusForm.h
diff options
context:
space:
mode:
authorThales1330 <thaleslima.ufu@gmail.com>2016-09-09 17:01:27 -0300
committerThales1330 <thaleslima.ufu@gmail.com>2016-09-09 17:01:27 -0300
commit66fd00eda79d106d07617ebdeb90cdd46786e691 (patch)
tree581b97a83c6a457a2461601fcd1039d801ffa62e /Project/BusForm.h
parent122d124108384bb4579b6d96956b931d7221d3c1 (diff)
downloadPSP.git-66fd00eda79d106d07617ebdeb90cdd46786e691.tar.gz
PSP.git-66fd00eda79d106d07617ebdeb90cdd46786e691.tar.xz
PSP.git-66fd00eda79d106d07617ebdeb90cdd46786e691.zip
Bus form under implementation
Diffstat (limited to 'Project/BusForm.h')
-rw-r--r--Project/BusForm.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/Project/BusForm.h b/Project/BusForm.h
new file mode 100644
index 0000000..39ab009
--- /dev/null
+++ b/Project/BusForm.h
@@ -0,0 +1,14 @@
+#ifndef BUSFORM_H
+#define BUSFORM_H
+#include "ElementForm.h"
+
+class BusForm : public BusFormBase
+{
+public:
+ BusForm(wxWindow* parent);
+ virtual ~BusForm();
+protected:
+ virtual void OnButtonCancelClick(wxCommandEvent& event);
+ virtual void OnButtonOKClick(wxCommandEvent& event);
+};
+#endif // BUSFORM_H