From ab823c92492379b69b088529a2fd4ec172953170 Mon Sep 17 00:00:00 2001 From: SeungHo Yang Date: Fri, 4 Mar 2022 13:30:31 +0900 Subject: [PATCH] =?UTF-8?q?"=EC=8B=A4=ED=97=98=EC=8B=A4"=20=EB=B8=8C?= =?UTF-8?q?=EB=9E=9C=EC=B9=98=20=EC=9C=84=EC=B9=98=20=EC=B4=88=EA=B8=B0?= =?UTF-8?q?=ED=99=94=20=E3=84=B4>=20=EC=95=9E=EC=9C=BC=EB=A1=9C=20?= =?UTF-8?q?=EC=93=B0=EA=B8=B0=EC=9C=84=ED=95=B4=EC=84=9C.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- unimarc/unimarc/마크/Check_copy.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/unimarc/unimarc/마크/Check_copy.cs b/unimarc/unimarc/마크/Check_copy.cs index 94fb6ef..01d8b10 100644 --- a/unimarc/unimarc/마크/Check_copy.cs +++ b/unimarc/unimarc/마크/Check_copy.cs @@ -408,7 +408,6 @@ namespace WindowsFormsApp1.Mac webBrowser1.Navigate(URL); Delay(5000); - string msg = ""; foreach (HtmlElement he in webBrowser1.Document.GetElementsByTagName("input")) { if (he.Id != null && he.Id.IndexOf(Code) > -1) @@ -546,7 +545,6 @@ namespace WindowsFormsApp1.Mac webBrowser1.Navigate(URL); Delay(3000); - string msg = ""; foreach (HtmlElement he in webBrowser1.Document.GetElementsByTagName("input")) { if (he.GetAttribute("value").IndexOf(Code) > -1) @@ -608,7 +606,6 @@ namespace WindowsFormsApp1.Mac return result; } - #endregion ///