Skip to content

Commit dce7313

Browse files
committed
更新说明,修复显示异常,v1.4.9
1 parent c8ba360 commit dce7313

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

files/SimplifyFileNet.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ using HslCommunication.Enthernet;
8585
文件显示使用了组件的文件控件实现的,需要传入相关的信息才可以,这部分和代码结合的比较紧密,以下展示了从服务器请求了一个文件列表后需要进行显示,在panel2中进行动态控件的排版代码:
8686
<pre>
8787
<code>
88-
private void SetFilesShow(List<HslSoftFile> files)
88+
// 该参数来源于服务器,需要先手动向服务器请求,具体请参照CS项目模版:ClientServerProject
89+
private void SetFilesShow(List&lt;HslSoftFile> files)
8990
{
9091
panel2.SuspendLayout();
9192
//清楚panel2中原来的文件控件

0 commit comments

Comments
 (0)