대시보드
저장소
파일스토어
액티비티
검색
로그인
천호석
/
SHARP_CLAS
SHAPR_CLAS
요약
reflog
커밋
트리
문서
포크
비교
blame
|
히스토리
|
raw
auto power 측정시 laser 출사 위치에서 power meter위치가 아닐 때 laser off 후 첫 step으로 이동
천호석
2022-12-02
50b35174180ccb34dda39251393ba031ca69e69e
[~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();
}
}
}