Acdiu 1.0.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Acdiu --version 1.0.0.2
NuGet\Install-Package Acdiu -Version 1.0.0.2
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="Acdiu" Version="1.0.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Acdiu --version 1.0.0.2
#r "nuget: Acdiu, 1.0.0.2"
#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 Acdiu as a Cake Addin
#addin nuget:?package=Acdiu&version=1.0.0.2

// Install Acdiu as a Cake Tool
#tool nuget:?package=Acdiu&version=1.0.0.2

个人常用函数封装。对各函数进行简化处理;包含类目:C#、WPF、Excel

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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.1.1 463 9/9/2021
1.0.0.24 362 7/30/2021
1.0.0.23 361 7/27/2021
1.0.0.22 364 7/8/2021
1.0.0.21 344 5/28/2021
1.0.0.2 342 5/27/2021
1.0.0.1 359 5/25/2021
1.0.0 337 5/20/2021

2021-05-27 发布V1.0.0.2
对WPF中相关的部分函数调用进行了优化及修正

2021-05-26
添加 提示框函数调用:Acdiu.Acdiu.Msgbox(this string);Acdiu.Acdiu.提示(this string)
为原有 输出(this object, [double]) 函数添加输出到 MessageBox
添加 换行符定义;路径:Acdiu.Ac.换行符([double])/Acdiu.Ac._n*,分别适用于对应平台或功能
新增 Excel类,添加部分函数调用,路径:Acdiu.Excel
事件开启与关闭:事件(this Excel.Application)
当前选择的单元格:Sel(this Excel.Application)
当前选择单元格所在行的最后非空单元格:行最后非空(this Excel.Application)
重新整理了WPF相关,综合到了WPF类中,路径:Acdiu.WPF