Commit a65ff213 authored by keyongyu's avatar keyongyu

1.3.4.2

parent 24472981
......@@ -601,6 +601,9 @@ public void SetCards(Card[] cards, bool isfresh)
pageNum=1;
tb_page.Text=page.ToString();
tb_pagenum.Text=pageNum.ToString();
cardlist.Clear();
lv_cardlist.Items.Clear();
SetCard(new Card(0));
}
}
......@@ -924,7 +927,8 @@ void Menuitem_newClick(object sender, EventArgs e)
{
if(DataBase.Create(dlg.FileName))
{
Open(dlg.FileName);
if(MyMsg.Question("if open this new database?"))
Open(dlg.FileName);
}
}
}
......
......@@ -28,4 +28,4 @@
//
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion("1.3.4.1")]
[assembly: AssemblyVersion("1.3.4.2")]
[DataEditorX]1.3.4.1[DataEditorX]
[DataEditorX]1.3.4.2[DataEditorX]
[URL]https://github.com/247321453/DataEditorX/raw/master/win32/win32.zip[URL]
★支持关联cdb文件,命令参数启动。
......@@ -36,6 +36,9 @@ Email:247321453@qq.com
描述不详细的bug,我修复不了。(都不知道是bug是什么)
★更新历史
1.3.4.2
新建数据库,改为提示是否打开。
打开空白数据库,将会清空当前列表和内容。
1.3.4.1
ATK/DEF输入?,自动转-2
1.3.4.0
......
No preview for this file type
[DataEditorX]1.3.4.1[DataEditorX]
[DataEditorX]1.3.4.2[DataEditorX]
[URL]https://github.com/247321453/DataEditorX/raw/master/win32/win32.zip[URL]
★支持关联cdb文件,命令参数启动。
......@@ -36,6 +36,9 @@ Email:247321453@qq.com
描述不详细的bug,我修复不了。(都不知道是bug是什么)
★更新历史
1.3.4.2
新建数据库,改为提示是否打开。
打开空白数据库,将会清空当前列表和内容。
1.3.4.1
ATK/DEF输入?,自动转-2
1.3.4.0
......
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment