=====* UniMarc [0.0141] 버전 업데이트 내용 *=====

** ERP 작업 전면 중단 (마크우선) **

1. 복본조사
ㄴ> "검색중지" 버튼 클릭 시 검색이 중지되지않는 버그 수정.
This commit is contained in:
SeungHo Yang
2022-03-28 16:17:37 +09:00
parent 7a0ffdbe81
commit 7e81eac0fe
8 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -780,7 +780,7 @@ namespace WindowsFormsApp1.Mac
private void btn_Stop_Click(object sender, EventArgs e)
{
isStop = true;
webBrowser1.Stop();
}
#region