1234567891011121314 |
- // CZEMApi.cpp : Definition of ActiveX Control wrapper class(es) created by Microsoft Visual C++
- #include "stdafx.h"
- #include "CZEMApi.h"
- /////////////////////////////////////////////////////////////////////////////
- // CZEMApi
- IMPLEMENT_DYNCREATE(CZEMApi, CWnd)
- // CZEMApi properties
- // CZEMApi operations
|