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/SetPointMoveToCcd.cpp

22 lines
348 B
C++

#include "StdAfx.h"
#include "SetPointMoveToCcd.h"
#include "WorkCmdMovePlatformXY.h"
#include "WorkCmdInvoker.h"
#include "CameraKeyence.h"
#include "ProductMgr.h"
#include "GlobalDrawMgr.h"
CSetPointMoveToCcd::CSetPointMoveToCcd(void)
{
}
CSetPointMoveToCcd::~CSetPointMoveToCcd(void)
{
}
void CSetPointMoveToCcd::OnLButtonDown(Dbxy Pt)
{
}