add:侧边栏退出放映按钮 #38

This commit is contained in:
2025-07-21 16:43:29 +08:00
parent 5cf409ce0b
commit 166e0d400a
3 changed files with 39 additions and 0 deletions
+6
View File
@@ -1306,5 +1306,11 @@ namespace Ink_Canvas {
currentPageIndex = whiteboardPages.Count - 1;
ShowPage(currentPageIndex);
}
// 快速面板退出PPT放映按钮事件
private void ExitPPTSlideShow_MouseUp(object sender, MouseButtonEventArgs e)
{
// 直接调用PPT放映结束按钮的逻辑
BtnPPTSlideShowEnd_Click(BtnPPTSlideShowEnd, null);
}
}
}