add:双联动架构

This commit is contained in:
2026-02-06 16:38:33 +08:00
parent 04ff617e3c
commit 2b7f3c1f73
4 changed files with 74 additions and 15 deletions
+2 -1
View File
@@ -17,13 +17,14 @@ namespace Ink_Canvas.Helpers
/// <summary>
/// PPT联动管理器 - 统一管理PPT和WPS的连接、事件处理和进程管理
/// </summary>
public class PPTManager : IDisposable
public class PPTManager : IPPTLinkManager
{
#region Events
public event Action<object> SlideShowBegin;
public event Action<object> SlideShowNextSlide;
public event Action<object> SlideShowEnd;
public event Action<object> PresentationOpen;
public event Action<object> PresentationClose;
public event Action<bool> PPTConnectionChanged;
public event Action<bool> SlideShowStateChanged;
#endregion