更改运行方式,添加两种模式Debug和Release模式对在界面点击运行和在工具中运行进行区分

This commit is contained in:
liu.wenjie
2019-08-13 20:45:04 +08:00
parent a4993a95fa
commit e2de1d384f
124 changed files with 137 additions and 95 deletions
+6
View File
@@ -55,6 +55,12 @@ namespace CommonMethods
Pose,
}
public enum SoftwareRunState
{
Debug,
Release
}
public enum ToolRunStatu
{
Not_Run,
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.