Merge branch 'master' of git.ucc.asn.au:/matches/honours
[matches/honours.git] / research / transmission_spectroscopy / TOF / Win32++ / samples / Tray / src / TrayApp.cpp
1 ////////////////////////////////////////\r
2 // SimpleApp.cpp\r
3 \r
4 #include "stdafx.h"\r
5 #include "TrayApp.h"\r
6 \r
7 \r
8 // Definitions for the CTrayApp class\r
9 CTrayApp::CTrayApp()\r
10 {\r
11     // Constructor for CTrayApp\r
12 }\r
13 \r
14 BOOL CTrayApp::InitInstance()\r
15 {\r
16     // This function is called automatically when the application starts\r
17 \r
18     // Create the Window\r
19     m_View.Create();\r
20 \r
21         return TRUE;\r
22 }\r

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