fast/Platform/ModuleListCtrl.h
2025-01-20 10:30:01 +08:00

19 lines
210 B
C++

#pragma once
// CModuleListCtrl
class CModuleListCtrl : public CListCtrl
{
DECLARE_DYNAMIC(CModuleListCtrl)
public:
CModuleListCtrl();
virtual ~CModuleListCtrl();
protected:
DECLARE_MESSAGE_MAP()
};