123456789101112131415161718192021222324 |
- // OTSData.h : main header file for the OTSData DLL
- //
- #pragma once
- #ifndef __AFXWIN_H__
- #error "include 'stdafx.h' before including this file for PCH"
- #endif
- // COTSDataApp
- // See OTSData.cpp for the implementation of this class
- //
- class COTSDataApp : public CWinApp
- {
- public:
- COTSDataApp();
- // Overrides
- public:
- virtual BOOL InitInstance();
- DECLARE_MESSAGE_MAP()
- };
|