From 2ec62639853550fe83a4f9328dae6056585eb37e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=BB=E5=BB=B6=E5=8D=8E?= Date: Wed, 4 Jan 2023 16:41:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BATestZClient=E5=A2=9E=E5=8A=A0=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TestZClient/Form1.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/TestZClient/Form1.cs b/TestZClient/Form1.cs index c6605699..fcd6e702 100644 --- a/TestZClient/Form1.cs +++ b/TestZClient/Form1.cs @@ -21,15 +21,17 @@ namespace TestZClient { public partial class Form1 : Form { + #region 成员 //Z39.50 前端类。维持通讯通道 ZClient _zclient = new ZClient(); //ISBN号分析器,todo isbn需要进行哪些处理? public IsbnSplitter _isbnSplitter = null; - // todo啥作用? + // 检索途径集合 public UseCollection _useList = new UseCollection(); + #endregion #region 窗体加载和关闭事件里做的事情,以及初始化信息 @@ -51,6 +53,7 @@ private void Form1_Load(object sender, EventArgs e) MessageBox.Show(this, result.ErrorInfo); } + // 窗体关闭时,目前里面没写代码。 private void Form1_FormClosing(object sender, FormClosingEventArgs e) { @@ -458,9 +461,6 @@ void EnableControls(bool bEnable) SetQueryEnabled(bEnable); } - - - // 把marc显示在界面上 void AppendMarcRecords(RecordCollection records, Encoding encoding, @@ -622,7 +622,7 @@ 在 dp2Circulation.QuickChargingForm._setReaderRenderString(String strText) 位 #endregion - #region 界面按钮 + #region 界面按钮事件 // 切断通道 private void button_close_Click(object sender, EventArgs e)