Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一种在 Caliburn 加载控件时显示繁忙指示器的方法。这意味着当 caliburn 自动调用 OnInitialize-Method 时,我希望它在它加载的控件上方显示一个繁忙的指示器。
我已经通过使用协程实现了这一点。在 caliburn 的项目主页上搜索文档,有一个实现 IResult 的“ShowScreen”类。