Commit before breaking everything
[matches/honours.git] / research / transmission_spectroscopy / TOF / Win32++ / WCE samples / Subclass / SubclassApp.cpp
1 ///////////////////////////////////////////////\r
2 //SubclassApp.cpp -  Definitions for the CSubclassApp class\r
3 \r
4 \r
5 #include "SubclassApp.h"\r
6 \r
7 \r
8 CSubclassApp::CSubclassApp()\r
9 {\r
10 }\r
11 \r
12 BOOL CSubclassApp::InitInstance()\r
13 {\r
14         TRACE(TEXT("Move the mouse over the button to see messages"));\r
15 \r
16         //Create the Outer Window\r
17         m_Win.Create();\r
18 \r
19         return TRUE;\r
20 }\r
21 \r
22 CSubclassApp::~CSubclassApp()\r
23 {\r
24 }\r

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