From f21fcd0d7f4cef7329baccb596824c093855ce82 Mon Sep 17 00:00:00 2001 From: Tyrone CT Date: Wed, 4 Mar 2026 14:38:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CapMachine.Wpf/Models/LightChart/ChartManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CapMachine.Wpf/Models/LightChart/ChartManager.cs b/CapMachine.Wpf/Models/LightChart/ChartManager.cs index 8e027b1..5935e8d 100644 --- a/CapMachine.Wpf/Models/LightChart/ChartManager.cs +++ b/CapMachine.Wpf/Models/LightChart/ChartManager.cs @@ -30,7 +30,7 @@ using System.Windows.Interop; namespace CapMachine.Wpf.Models.LightChart { /// - /// 曲线管理 + /// 曲线管理 /// 实现对一个Chart实例进行管理 /// public class ChartManager : BindableBase