대시보드
저장소
파일스토어
액티비티
검색
로그인
천호석
/
SHARP_CLAS
SHAPR_CLAS
요약
reflog
커밋
트리
문서
포크
비교
blame
|
히스토리
|
raw
Auto & Manual 상태 일 때 power meter 측정 위치 및 가공 위치에서만 Laser on 할 수 있도록 Interlo...
천호석
2022-12-06
58a2c7fa01a617e6de69b85905bb645f08fac656
[~d18084/SHARP_CLAS.git]
/
SHARP_CLAS_UI
/
100.Screen
/
Form_Maintenance_Module.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
using System.Windows.Forms;
using Keyence.AutoID.SDK;
namespace SHARP_CLAS_UI._100.Screen
{
public partial class Form_Maintenance_Module : Form
{
public Form_Maintenance_Module()
{
InitializeComponent();
}
}
}