mirror of
https://github.com/eggplantlwj/VisionEdit.git
synced 2026-03-28 11:16:34 +08:00
更改运行方式,添加两种模式Debug和Release模式对在界面点击运行和在工具中运行进行区分
This commit is contained in:
@@ -10,8 +10,9 @@ namespace ToolBase
|
||||
{
|
||||
public interface IToolBase
|
||||
{
|
||||
SoftwareRunState softwareRunState { get; set; }
|
||||
ToolRunStatu toolRunStatu { get; set; }
|
||||
void Run();
|
||||
void Run(SoftwareRunState softwareRunState);
|
||||
HObject inputImage { get; set; }
|
||||
void DispImage();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user