From 08215fc9a36a1648e1a5040ffe5696b96483c3b9 Mon Sep 17 00:00:00 2001
From: LYW <leeyeanwoo@diteam.co.kr>
Date: 월, 01 11월 2021 14:39:43 +0900
Subject: [PATCH] Ongoing90 #3684 CF AOI Review 전설비 Review History Defect이미지 클릭시 Offset 자동 계산 기능 추가

---
 ReviewHistory/ReveiwHistory/ReveiwHistory.h |   32 ++++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/ReviewHistory/ReveiwHistory/ReveiwHistory.h b/ReviewHistory/ReveiwHistory/ReveiwHistory.h
new file mode 100644
index 0000000..226c23b
--- /dev/null
+++ b/ReviewHistory/ReveiwHistory/ReveiwHistory.h
@@ -0,0 +1,32 @@
+癤�
+// ReveiwHistory.h: PROJECT_NAME �쓳�슜 �봽濡쒓렇�옩�뿉 ���븳 二� �뿤�뜑 �뙆�씪�엯�땲�떎.
+//
+
+#pragma once
+
+#ifndef __AFXWIN_H__
+	#error "PCH�뿉 ���빐 �씠 �뙆�씪�쓣 �룷�븿�븯湲� �쟾�뿉 'stdafx.h'瑜� �룷�븿�빀�땲�떎."
+#endif
+
+#include "resource.h"		// 二� 湲고샇�엯�땲�떎.
+
+
+// CReveiwHistoryApp:
+// �씠 �겢�옒�뒪�쓽 援ы쁽�뿉 ���빐�꽌�뒗 ReveiwHistory.cpp�쓣(瑜�) 李몄“�븯�꽭�슂.
+//
+
+class CReveiwHistoryApp : public CWinApp
+{
+public:
+	CReveiwHistoryApp();
+
+// �옱�젙�쓽�엯�땲�떎.
+public:
+	virtual BOOL InitInstance();
+
+// 援ы쁽�엯�땲�떎.
+
+	DECLARE_MESSAGE_MAP()
+};
+
+extern CReveiwHistoryApp theApp;

--
Gitblit v1.9.3