From a72881d15fb85650515702c54f6a8960275e3bd1 Mon Sep 17 00:00:00 2001 From: yeziuku <53083103+yeziuku@users.noreply.github.com> Date: Tue, 5 Sep 2023 09:15:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FunGame.Desktop/Library/Component/GeneralForm.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/FunGame.Desktop/Library/Component/GeneralForm.cs b/FunGame.Desktop/Library/Component/GeneralForm.cs index 067c05e..a5747c3 100644 --- a/FunGame.Desktop/Library/Component/GeneralForm.cs +++ b/FunGame.Desktop/Library/Component/GeneralForm.cs @@ -64,10 +64,8 @@ namespace Milimoe.FunGame.Desktop.Library.Component /// /// 提供公共方法给Controller发送消息弹窗(这样可以防止跨线程时,弹窗不在最上层) /// - /// /// /// - /// public string ShowInputMessage(string msg, string title) { string input = ""; @@ -86,10 +84,9 @@ namespace Milimoe.FunGame.Desktop.Library.Component /// 提供公共方法给Controller发送消息弹窗(这样可以防止跨线程时,弹窗不在最上层) /// 支持返回点击的按钮,用于判断是否取消输入 /// - /// /// /// - /// + /// public string ShowInputMessageCancel(string msg, string title, out MessageResult result) { MessageResult resultThisMethod = MessageResult.Cancel;