C# Gui 项目中的 runtime_dir
作者: MG1376创建于 2024年9月20日更新于 2024年9月20日
我将 **runtime_data** 目录和 **openalpr.conf.defaults** 放在 gui 的根项目中(不是 bin\Debug),并将 AssemblyDirectory 的最后一行更改为 `return Path.GetDirectoryName(path.Replace("/bin/Debug", ""));` 现在,我如何配置:
内容来源: openalpr/openalpr