gpt4 book ai didi

c# - DataGridView 未在 C# 中更新

转载 作者:太空狗 更新时间:2023-10-29 21:59:44 27 4
gpt4 key购买 nike

<分区>

有人知道发生了什么事吗?将代码 1 更改为代码 2 可以解决问题 - 尽管理论上应该没有区别。 (理论打击实践就像南瓜撞砖墙一样)。


代码 1:

 OutputDataGridView.DataSource = myList;

代码 2:

 OutputDataGridView.DataSource = null;
OutputDataGridView.DataSource = myList;

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com