提交 3042b12a 编写于 作者: Richard__Hu's avatar Richard__Hu

修复我的信息界面未选中文件删除的BUG,v1.7.12

上级 e89f0088
......@@ -421,6 +421,8 @@ namespace ClientsLibrary
private void userButton2_Click(object sender, EventArgs e)
{
// 删除选中文件
if (treeView1.SelectedNode == null) return;
TreeNode treeNode = treeView1.SelectedNode;
if (treeNode.Name != "files_root")
{
......
......@@ -44,7 +44,7 @@ namespace CommonLibrary
**************************************************************************/
SoftBasic.FrameworkVersion = new SystemVersion("1.7.11");
SoftBasic.FrameworkVersion = new SystemVersion("1.7.12");
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册