From 2354bceb5ef6e531cdef5cf2dc5d1e7e6f6be0b4 Mon Sep 17 00:00:00 2001 From: KwakJooYoung Date: Thu, 27 Nov 2025 17:04:50 +0900 Subject: [PATCH] =?UTF-8?q?1]=20=EC=88=98=EC=9E=84=EA=B2=80=EC=82=AC-HF=20?= =?UTF-8?q?=EC=8B=9C=EC=97=90=20=EC=82=AC=EC=9A=A9=ED=95=98=EC=A7=80=20?= =?UTF-8?q?=EC=95=8A=EB=8A=94=20=EC=8A=A4=EC=BD=94=ED=94=84=EC=84=A4?= =?UTF-8?q?=EC=A0=95=20=EC=82=AD=EC=A0=9C=202]=20=EB=B2=84=EC=A0=84=202.0.?= =?UTF-8?q?1=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ProductFunctionTester/Main_Form.vb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ProductFunctionTester/Main_Form.vb b/ProductFunctionTester/Main_Form.vb index d8752d1..66bfa81 100644 --- a/ProductFunctionTester/Main_Form.vb +++ b/ProductFunctionTester/Main_Form.vb @@ -9,7 +9,7 @@ Imports uPLibrary.Networking.M2Mqtt Public Class Main_Form Public Program_Name As String = "DUALSONIC_Multi_Function_Tester Ver." - Public Program_Version As String = "2.0.0" + Public Program_Version As String = "2.0.1" ''데이터 베이스 테이블 목록 @@ -4855,7 +4855,6 @@ processEnd: Jig_End() ErrorEnd: - myscope.IO.Clear() txbWindow.AppendText("[" & MeasureTimeAll(MeasEnd) & "ms] Test Play" & vbCrLf) End Sub