更新 Controller类

改善错误输出
This commit is contained in:
ChsBuffer
2020-07-17 19:18:29 +08:00
parent a779295525
commit 281c67aced
17 changed files with 195 additions and 254 deletions

View File

@@ -279,7 +279,7 @@ namespace Netch.Forms
}
catch (Exception e)
{
MessageBox.Show(i18N.Translate("Error", e.Message));
MessageBoxX.Show(e.ToString(),info:false);
Console.WriteLine(e);
throw;
}