提示图

This commit is contained in:
tanglong 2025-10-12 19:55:07 +08:00
parent a72c560145
commit f8f8b0c441

View File

@ -116,7 +116,6 @@ namespace Wpf_AiSportsMicrospace.Views
}); });
} }
private void PlayMusic(string musicFileName) private void PlayMusic(string musicFileName)
{ {
// 获取项目根目录 // 获取项目根目录
@ -148,7 +147,6 @@ namespace Wpf_AiSportsMicrospace.Views
// 可在这里绑定抽帧事件 // 可在这里绑定抽帧事件
_mainWin.HumanFrameUpdated += OnHumanFrameUpdated; _mainWin.HumanFrameUpdated += OnHumanFrameUpdated;
} }
private void OnHumanFrameUpdated(object sender, List<Human> humans) private void OnHumanFrameUpdated(object sender, List<Human> humans)
{ {
try try