标签: c# .net microsoft-metro
我正在使用MetroFramework编写C#Metro WinForm项目,在创建新表单时,我遇到了显示加载图标(类metroProgressSpinner)的问题。
metroProgressSpinner
以下屏幕截图是代码段:
以下gif显示当前结果:
当我删除创建表单代码
_editor = new Editor(this); _editor.Show();
_editor = new Editor(this);
_editor.Show();
图标效果很好