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/WorkCmdMsg.h

16 lines
258 B
C

#pragma once
#include "workcmd.h"
//<2F><>Ϣ<EFBFBD><CFA2>ʾָ<CABE><D6B8>
class CWorkCmdMsg :public CWorkCmd
{
public:
CWorkCmdMsg(CString s);
~CWorkCmdMsg(void);
virtual bool Excute();
virtual void WirteLog();
private:
CString m_msg;//<2F><>ʾ<EFBFBD><CABE><EFBFBD><EFBFBD>
};