Commit before breaking everything
[matches/honours.git] / research / transmission_spectroscopy / TOF / Win32++ / samples / MDIFrame / src / MDIFrameApp.cpp
1 //////////////////////////////////////\r
2 // MDIFrameApp.cpp\r
3 \r
4 #include "stdafx.h"\r
5 #include "MDIFrameApp.h"\r
6 \r
7 \r
8 CMDIFrameApp::CMDIFrameApp()\r
9 {\r
10 }\r
11 \r
12 BOOL CMDIFrameApp::InitInstance()\r
13 {\r
14     //Create the Window\r
15         if (!m_MainMDIFrame.Create())\r
16                 return FALSE;   // End the application if the window creation fails\r
17 \r
18         return TRUE;\r
19 }\r
20 \r
21 \r

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