我需要将often转换为Bunifu.Framework.UI.BunifuCheckbox。我当前的代码: foreach (Control often in d.flowLayoutPanel1.Controls.OfType<Bunifu.Framework.UI.BunifuCheckbox>()) Bunifu.Framework.UI.BunifuCheckbox Checkbox4 = often;
//how can i make this work?
我使用的是bunifuFlatButton,一切都很好,直到我从Bunifu (也就是bunifuFlatButton)中添加了一个"Exit“按钮,我尝试了this.Close()和Close();对于这两个选项Source=Bunifu_UI_v1.5.3 at Bunifu.Framework.UI.BunifuFlatButton.method_5()at Bunifu.Framework.UI.BunifuFlatButton.BunifuFlatButton_
The error is: Could not load file or assembly 'Bunifu_UI_v1.5.3, Version=1.5.3.0, Culture=neutral, PublicKeyToken我重新下载了Bunifu,并将其重新添加到工具箱和引用中,但似乎仍然没有什么区别。