* 更新弹窗不置顶的Bug
This commit is contained in:
parent
d9a8896e74
commit
e093821c06
@ -182,6 +182,7 @@ namespace Sunny.UI
|
||||
frm.StartPosition = FormStartPosition.CenterScreen;
|
||||
frm.ShowMessage(message, title, showCancelButton, style);
|
||||
frm.ShowInTaskbar = false;
|
||||
frm.TopMost = topMost;
|
||||
|
||||
if (showMask)
|
||||
frm.ShowDialogWithMask();
|
||||
|
Loading…
x
Reference in New Issue
Block a user