【发布时间】:2021-03-18 12:27:22
【问题描述】:
我有一个Winform C# 应用程序,它有一个DataGridView。我打算将来自Azure table storage 的数据加载到其中,同时表单为initializing。恐怕如果我从Azure table storage 加载这么多数据,我的应用程序就会崩溃。我可以在表单构造函数中使用Async 从Azure table storage 加载数据吗?
【问题讨论】:
标签: winforms