From 13e336388e5978749e88be829d1465a2350c5645 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期二, 21 一月 2025 12:33:01 +0800 Subject: [PATCH] 增加VMO异常处理 --- WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj.user | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj.user b/WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj.user index 6282528..32021e6 100644 --- a/WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj.user +++ b/WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj.user @@ -25,5 +25,8 @@ <Compile Update="09-common\12-ok-cancel\GeneralOkAndCancelCtrl.cs"> <SubType>UserControl</SubType> </Compile> + <Compile Update="12-exception\VmoExceptionInfoDlg.cs"> + <SubType>Form</SubType> + </Compile> </ItemGroup> </Project> \ No newline at end of file -- Gitblit v1.9.3