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.
我添加了 toolkit.dll 作为参考,但我似乎无法找到如何使程序继承 ComponentFactory.Krypton.Toolkit.KryptonForm 以便整个表单的设计有所不同。有什么帮助吗?
Try to change the base class of your forms from Form to KryptonForm.
Form
KryptonForm