=====* UniMarc [0.0145] 버전 업데이트 내용 (추가) *=====
** ERP 작업 전면 중단 (마크우선) ** 1. 복본조사 ㄴ> 목포 시립도서관 추가. ㄴ> 광주 광산구 제대로 작동하지 않는 버그 수정. ㄴ> 광주 북구 중흥도서관 추가.
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -307,7 +307,6 @@ namespace WindowsFormsApp1.Mac
|
|||||||
return Count;
|
return Count;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#region 광주 소재 도서관
|
#region 광주 소재 도서관
|
||||||
|
|
||||||
#region 광주 시립
|
#region 광주 시립
|
||||||
@@ -398,11 +397,11 @@ namespace WindowsFormsApp1.Mac
|
|||||||
{
|
{
|
||||||
if (!he.Id.Contains(Code) && !isKJKClick)
|
if (!he.Id.Contains(Code) && !isKJKClick)
|
||||||
{
|
{
|
||||||
isKJKClick = true;
|
|
||||||
he.InvokeMember("click");
|
he.InvokeMember("click");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
isKJKClick = true;
|
||||||
webBrowser1.Document.GetElementById("searchSimple").SetAttribute("value", text);
|
webBrowser1.Document.GetElementById("searchSimple").SetAttribute("value", text);
|
||||||
|
|
||||||
foreach (HtmlElement Btn in webBrowser1.Document.GetElementsByTagName("button"))
|
foreach (HtmlElement Btn in webBrowser1.Document.GetElementsByTagName("button"))
|
||||||
|
|||||||
Reference in New Issue
Block a user