Commit 014e287e 刘韬

1

1 个父辈 856532b0
...@@ -447,10 +447,10 @@ namespace Asa ...@@ -447,10 +447,10 @@ namespace Asa
return BmpDstImg; return BmpDstImg;
} }
public static void ReloadTpl() public static int ReloadTpl()
{ {
eyemReleaseModel(ref hModelIDs); eyemReleaseModel(ref hModelIDs);
var flag = eyemInitModel("CountTemplate", out hModelIDs); return eyemInitModel("CountTemplate", out hModelIDs);
} }
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!