bubuntoid.EasyDialog
1.0.3
See the version list below for details.
dotnet add package bubuntoid.EasyDialog --version 1.0.3
NuGet\Install-Package bubuntoid.EasyDialog -Version 1.0.3
<PackageReference Include="bubuntoid.EasyDialog" Version="1.0.3" />
paket add bubuntoid.EasyDialog --version 1.0.3
#r "nuget: bubuntoid.EasyDialog, 1.0.3"
// Install bubuntoid.EasyDialog as a Cake Addin #addin nuget:?package=bubuntoid.EasyDialog&version=1.0.3 // Install bubuntoid.EasyDialog as a Cake Tool #tool nuget:?package=bubuntoid.EasyDialog&version=1.0.3
🌈 Create UI dialogs automatically with metro, material and windows style for desktop applications by using EasyDialog (.NET Framework).
Docs: https://github.com/bubuntoid/EasyDialog
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
- MaterialSkin (>= 0.2.1)
- MetroFramework (>= 1.2.0.3)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on bubuntoid.EasyDialog:
Package | Downloads |
---|---|
bubuntoid.EasyDialog.MaterialSkin
Material skin theme for bubuntoid.EasyDialog. Docs and samples: https://github.com/bubuntoid/EasyDialog |
|
bubuntoid.EasyDialog.MetroFramework
MetroFramework theme for bubuntoid.EasyDialog. Docs and samples: https://github.com/bubuntoid/EasyDialog |
GitHub repositories
This package is not used by any popular GitHub repositories.
Implement virtual OnClose() event;
DialogContext becomes DialogContext<TContext> where TContext is your DialogContext inheritor;
Properties from now on configuring inside of a DialogContextOptionsBuilder (from OnConfiguring) by options.Property(...);
Rename Show() -> ShowDialog();
Close method is now public;
Code clean up