* 调整几个窗体为内置,不可继承
This commit is contained in:
parent
b822a292da
commit
2b44f2aa2e
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ namespace Sunny.UI
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// 下拉选择窗体
|
/// 下拉选择窗体
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public partial class UISelectForm : UIEditForm
|
public sealed partial class UISelectForm : UIEditForm
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 构造函数
|
/// 构造函数
|
||||||
|
@ -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()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user