BreezyWuUI 1.0.22

There is a newer version of this package available.
See the version list below for details.
dotnet add package BreezyWuUI --version 1.0.22
NuGet\Install-Package BreezyWuUI -Version 1.0.22
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BreezyWuUI" Version="1.0.22" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BreezyWuUI --version 1.0.22
#r "nuget: BreezyWuUI, 1.0.22"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install BreezyWuUI as a Cake Addin
#addin nuget:?package=BreezyWuUI&version=1.0.22

// Install BreezyWuUI as a Cake Tool
#tool nuget:?package=BreezyWuUI&version=1.0.22

Breezy Wu 常用UI库,辅助快速搭建一个具备基本设计还原效果的WPF项目,同时利用自身提供的丰富控件及兼容处理,让开发者能专注于业务需求而无需耗费精力在基础代码的设计上。

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.27 84 4/23/2024
1.0.26 70 4/23/2024
1.0.25 78 4/19/2024
1.0.24 91 4/11/2024
1.0.23 85 4/7/2024
1.0.22 212 11/11/2023
1.0.21 97 11/10/2023
1.0.20 100 11/1/2023
1.0.19 126 9/21/2023
1.0.18 95 9/19/2023
1.0.17 117 9/15/2023
1.0.16 112 9/15/2023
1.0.15 123 9/15/2023
1.0.14 110 9/15/2023
1.0.13 96 9/15/2023
1.0.12 121 9/15/2023
1.0.11 131 8/25/2023
1.0.10 110 8/25/2023
1.0.9 120 7/12/2023
1.0.8 155 6/12/2023
1.0.7 133 6/2/2023
1.0.6 123 5/30/2023
1.0.5 123 5/18/2023
1.0.4 142 5/16/2023
1.0.3 141 5/16/2023
1.0.2 132 5/15/2023
1.0.1 117 5/15/2023
1.0.0 132 5/15/2023

更新内容:
1.增加按下Enter键即输入完成的TextBox文本框控件基础类(EnterTextBoxBase);
2.增加鼠标按下后聚焦元素失去焦点的窗体基础类(MouseDownLostFocusWindow);
3.修改BWTextBoxBase、BWTextBox、BreezyWuUI.TextBox和TitleTextBox等文本输入框控件继承于EnterTextBoxBase基础控件;
4.修改BaseWindow、BWWindow、PopupWindow和BreezyWuUI.Window等窗体继承于MouseDownLostFocusWindow基础窗体。