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