From e2f1b13e0e0642fde333fb717cc636017107ce00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=BC=9F?= Date: Mon, 27 Apr 2026 09:05:48 +0800 Subject: [PATCH] =?UTF-8?q?ViewportPanelViewModel=E6=B3=A8=E5=86=8C?= =?UTF-8?q?=E4=B8=BA=E5=8D=95=E4=BE=8B=EF=BC=8C=E4=BF=AE=E5=A4=8D=E5=9B=BE?= =?UTF-8?q?=E5=83=8F=E6=A3=80=E6=9F=A5=E6=97=A0=E6=B3=95=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E6=AD=A3=E7=A1=AE=E5=AE=9E=E4=BE=8B=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- XplorePlane/App.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/XplorePlane/App.xaml.cs b/XplorePlane/App.xaml.cs index a66e158..2bded98 100644 --- a/XplorePlane/App.xaml.cs +++ b/XplorePlane/App.xaml.cs @@ -335,6 +335,7 @@ namespace XplorePlane // 注册视图和视图模型 containerRegistry.RegisterForNavigation(); containerRegistry.RegisterSingleton(); + containerRegistry.RegisterSingleton(); containerRegistry.RegisterSingleton(); // 注册图像处理服务与视图