You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
224 B
C

#pragma once
#include "createrworkcmd.h"
//<2F><EFBFBD><E8B1B8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>λ
class CCreaterDeviceParReset :public CCreaterWorkCmd
{
public:
CCreaterDeviceParReset(const CString &str);
~CCreaterDeviceParReset(void);
virtual void Creat();
};