improve:直接调用外部点名

This commit is contained in:
2025-09-13 12:08:45 +08:00
parent c1fcaff28a
commit 99f9886876
6 changed files with 54 additions and 11 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ namespace Ink_Canvas
{
public partial class MainWindow : Window
{
// 新增:每一页一个Canvas对象
// 每一页一个Canvas对象
private List<System.Windows.Controls.Canvas> whiteboardPages = new List<System.Windows.Controls.Canvas>();
private int currentPageIndex;
private System.Windows.Controls.Canvas currentCanvas;