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.
22 lines
348 B
C++
22 lines
348 B
C++
5 years ago
|
#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)
|
||
|
{
|
||
|
}
|
||
|
|