From 19e6eb0b172154f9b44323a4174ff9b61628439d Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期六, 12 四月 2025 20:44:00 +0800 Subject: [PATCH] WpfUI 绘制重构 --- Yw.WpfUI.Hydro.L3d.Core/GlobalUsings.cs | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/Yw.WpfUI.Hydro.L3d.Core/GlobalUsings.cs b/Yw.WpfUI.Hydro.L3d.Core/GlobalUsings.cs index 7b2d6d1..7a204a3 100644 --- a/Yw.WpfUI.Hydro.L3d.Core/GlobalUsings.cs +++ b/Yw.WpfUI.Hydro.L3d.Core/GlobalUsings.cs @@ -1,6 +1,9 @@ 锘縢lobal using System.Windows.Media.Media3D; global using System.Windows.Media; +global using System.Windows.Media.Animation; global using System.Windows; global using HelixToolkit.Wpf; global using System.Collections.Concurrent; -global using System.Text; \ No newline at end of file +global using System.Text; +global using System.IO; +global using System.Windows.Input; \ No newline at end of file -- Gitblit v1.9.3