SunnyUI 新版 V3.3.4 发布啦!C# WinForm 开源控件库
帮助文档:https://gitee.com/yhuse/SunnyUI/wikis/pages Gitee:https://gitee.com/yhuse/SunnyUI GitHub:https://github.com/yhuse/SunnyUI Nuget:https://www.nuget.org/packages/SunnyUI/ Blog:https://www.cnblogs.com/yhuse SunnyUI.Net 是基于.Net Framework 4.0~4.8、.Net 6 框架的 C# WinForm 开源控件库、工具类库、扩展类库、多页面开发框架。 此版本更新内容为: + 增加 * 修改 - 删除 2023-03-26 V3.3.4 + UINumPadTextBox: 增加模拟数字键盘输入框 - UIIntegerUpDown: 删除ForbidInput属性,使用Inputable属性 - UIDoubleUpDown: 删除ForbidInput属性,使用Inputable属性 * UIEdit: 修复了删除为空时小数位数和设置值不一致的问题 * U...