Merge branch 'master' of git.ucc.asn.au:/matches/honours
[matches/honours.git] / research / transmission_spectroscopy / TOF / Win32++ / WCE samples / Simple / SimpleApp.cpp
1 #include "SimpleApp.h"\r
2 \r
3 CSimpleApp::CSimpleApp()\r
4 {\r
5 }\r
6 \r
7 BOOL CSimpleApp::InitInstance()\r
8 {\r
9         //Create the Window\r
10     m_View.Create();\r
11 \r
12         return TRUE;\r
13 }

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