弹框不在状态栏显示
This commit is contained in:
parent
b8999f3680
commit
f800b16554
@ -199,6 +199,7 @@ namespace Sunny.UI
|
||||
public static bool ShowMessageDialog(this Form form, string message, string title, bool isShowCancel, UIStyle style)
|
||||
{
|
||||
UIMessageForm frm = new UIMessageForm();
|
||||
frm.ShowInTaskbar = false;
|
||||
frm.TopMost = true;
|
||||
frm.ShowMessage(message, title, isShowCancel, style);
|
||||
frm.ShowDialog();
|
||||
|
Loading…
x
Reference in New Issue
Block a user