Commit before breaking everything
[matches/honours.git] / research / transmission_spectroscopy / TOF / Win32++ / samples / MDIFrame / src / MDIFrameApp.cpp
diff --git a/research/transmission_spectroscopy/TOF/Win32++/samples/MDIFrame/src/MDIFrameApp.cpp b/research/transmission_spectroscopy/TOF/Win32++/samples/MDIFrame/src/MDIFrameApp.cpp
new file mode 100644 (file)
index 0000000..b259397
--- /dev/null
@@ -0,0 +1,21 @@
+//////////////////////////////////////\r
+// MDIFrameApp.cpp\r
+\r
+#include "stdafx.h"\r
+#include "MDIFrameApp.h"\r
+\r
+\r
+CMDIFrameApp::CMDIFrameApp()\r
+{\r
+}\r
+\r
+BOOL CMDIFrameApp::InitInstance()\r
+{\r
+    //Create the Window\r
+       if (!m_MainMDIFrame.Create())\r
+               return FALSE;   // End the application if the window creation fails\r
+\r
+       return TRUE;\r
+}\r
+\r
+\r

UCC git Repository :: git.ucc.asn.au