Skip to content

Commit

Permalink
更新说明,修复显示异常,v1.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dathlin committed Sep 26, 2017
1 parent c8ba360 commit dce7313
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion files/SimplifyFileNet.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ using HslCommunication.Enthernet;
文件显示使用了组件的文件控件实现的,需要传入相关的信息才可以,这部分和代码结合的比较紧密,以下展示了从服务器请求了一个文件列表后需要进行显示,在panel2中进行动态控件的排版代码:
<pre>
<code>
private void SetFilesShow(List<HslSoftFile> files)
// 该参数来源于服务器,需要先手动向服务器请求,具体请参照CS项目模版:ClientServerProject
private void SetFilesShow(List&lt;HslSoftFile> files)
{
panel2.SuspendLayout();
//清楚panel2中原来的文件控件
Expand Down

0 comments on commit dce7313

Please sign in to comment.