Commit before breaking everything
[matches/honours.git] / research / transmission_spectroscopy / TOF / Win32++ / samples / RibbonFrame / src / RibbonApp.cpp
1 ////////////////////////////////////////\r
2 // RibbonApp.cpp\r
3 \r
4 #include "stdafx.h"\r
5 #include "RibbonApp.h"\r
6 \r
7 \r
8 // Definitions for the CRibbonFrameApp class\r
9 CRibbonFrameApp::CRibbonFrameApp()\r
10 {\r
11     // Constructor for CRibbonFrameApp\r
12 }\r
13 \r
14 CRibbonFrameApp::~CRibbonFrameApp()\r
15\r
16 }\r
17 \r
18 BOOL CRibbonFrameApp::InitInstance()\r
19 {\r
20     // This function is called automatically when the application starts\r
21 \r
22     // Create the Window\r
23     m_Frame.Create();\r
24 \r
25         return TRUE;\r
26 }\r

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