From f8f8b0c4419ed6accf1f746b62f30b90ed9f515f Mon Sep 17 00:00:00 2001 From: tanglong <842690096@qq.com> Date: Sun, 12 Oct 2025 19:55:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=A4=BA=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Wpf_AiSportsMicrospace/Views/JumpRope/GroupJumpRope.xaml.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Wpf_AiSportsMicrospace/Views/JumpRope/GroupJumpRope.xaml.cs b/Wpf_AiSportsMicrospace/Views/JumpRope/GroupJumpRope.xaml.cs index c2428dc..4870156 100644 --- a/Wpf_AiSportsMicrospace/Views/JumpRope/GroupJumpRope.xaml.cs +++ b/Wpf_AiSportsMicrospace/Views/JumpRope/GroupJumpRope.xaml.cs @@ -116,7 +116,6 @@ namespace Wpf_AiSportsMicrospace.Views }); } - private void PlayMusic(string musicFileName) { // 获取项目根目录 @@ -148,7 +147,6 @@ namespace Wpf_AiSportsMicrospace.Views // 可在这里绑定抽帧事件 _mainWin.HumanFrameUpdated += OnHumanFrameUpdated; } - private void OnHumanFrameUpdated(object sender, List humans) { try