#pragma once #include "createrworkcmd.h" //设备参数复位 class CCreaterDeviceParReset :public CCreaterWorkCmd { public: CCreaterDeviceParReset(const CString &str); ~CCreaterDeviceParReset(void); virtual void Creat(); };