提示图
This commit is contained in:
parent
a72c560145
commit
f8f8b0c441
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user