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.
TwoLaserHead-PushJig/LaiPuLaser/CreaterDeviceParReset.h

13 lines
224 B
C++

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