71f8d144e359ae706966a7ef60595b25a0d48acf
[matches/honours.git] / research / transmission_spectroscopy / TOF / Win32++ / samples / MDIFrameDemo / src / MDIDemoApp.cpp
1 //////////////////////////////////////\r
2 // MDIDemoApp.h\r
3 \r
4 #include "stdafx.h"\r
5 #include "MDIDemoApp.h"\r
6 #include "resource.h"\r
7 \r
8 \r
9 CMDIDemoApp::CMDIDemoApp()\r
10 {\r
11 }\r
12 \r
13 BOOL CMDIDemoApp::InitInstance()\r
14 {\r
15     //Create the Window\r
16         if (!m_MainMDIFrame.Create())\r
17                 return FALSE;   // End application if create fails\r
18 \r
19         return TRUE;\r
20 }\r
21 \r
22 \r

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