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

15 lines
201 B
C++

#pragma once
#include "createrworkcmd.h"
//创建提示信息
class CCreaterMsg :public CCreaterWorkCmd
{
public:
CCreaterMsg(const CString &str);
~CCreaterMsg(void);
virtual void Creat();
private:
};