diff --git a/Bin/net40/SunnyUI.dll b/Bin/net40/SunnyUI.dll index 1ea95e4f..9c5d7d4e 100644 Binary files a/Bin/net40/SunnyUI.dll and b/Bin/net40/SunnyUI.dll differ diff --git a/Bin/net5.0-windows/SunnyUI.dll b/Bin/net5.0-windows/SunnyUI.dll index 84b61249..181bc41f 100644 Binary files a/Bin/net5.0-windows/SunnyUI.dll and b/Bin/net5.0-windows/SunnyUI.dll differ diff --git a/Bin/net5.0-windows/ref/SunnyUI.dll b/Bin/net5.0-windows/ref/SunnyUI.dll index 07f58216..447a02d6 100644 Binary files a/Bin/net5.0-windows/ref/SunnyUI.dll and b/Bin/net5.0-windows/ref/SunnyUI.dll differ diff --git a/Bin/netcoreapp3.1/SunnyUI.dll b/Bin/netcoreapp3.1/SunnyUI.dll index 0e7ae865..8e634c8a 100644 Binary files a/Bin/netcoreapp3.1/SunnyUI.dll and b/Bin/netcoreapp3.1/SunnyUI.dll differ diff --git a/SunnyUI/Forms/UIFormHelper.cs b/SunnyUI/Forms/UIFormHelper.cs index 343124b6..d29db7b0 100644 --- a/SunnyUI/Forms/UIFormHelper.cs +++ b/SunnyUI/Forms/UIFormHelper.cs @@ -594,13 +594,7 @@ namespace Sunny.UI frm.TopMost = true; } - public static bool ShowDialog(this UIEditOption option) - { - UIEditForm frm = new UIEditForm(option); - return frm.ShowDialog() == DialogResult.OK; - } - - public static UIEditForm Create(this UIEditOption option) + public static UIEditForm CreateForm(this UIEditOption option) { return new UIEditForm(option); }