* 调整几个窗体为内置,不可继承

This commit is contained in:
Sunny 2021-06-09 14:43:07 +08:00
parent b822a292da
commit 2b44f2aa2e
8 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -38,7 +38,7 @@ using System.Windows.Forms;
namespace Sunny.UI namespace Sunny.UI
{ {
public partial class UINotifier : Form public sealed partial class UINotifier : Form
{ {
#region GLOBALS #region GLOBALS

View File

@ -26,7 +26,7 @@ namespace Sunny.UI
/// <summary> /// <summary>
/// 下拉选择窗体 /// 下拉选择窗体
/// </summary> /// </summary>
public partial class UISelectForm : UIEditForm public sealed partial class UISelectForm : UIEditForm
{ {
/// <summary> /// <summary>
/// 构造函数 /// 构造函数

View File

@ -2,7 +2,7 @@
namespace Sunny.UI namespace Sunny.UI
{ {
public partial class UIWaitForm : UIForm public sealed partial class UIWaitForm : UIForm
{ {
public UIWaitForm() public UIWaitForm()
{ {