Added first connection form

This commit is contained in:
emeric
2014-09-12 00:01:51 +02:00
parent f814a49d7c
commit 523f2e3492
5 changed files with 93 additions and 8 deletions
+5
View File
@@ -1,3 +1,5 @@
#ifndef LMS_APPLICATION_HPP
#define LMS_APPLICATION_HPP
#include <Wt/WApplication>
@@ -28,3 +30,6 @@ class LmsApplication : public Wt::WApplication
} // namespace UserInterface
#endif