This commit is contained in:
parent
8006256f0c
commit
d396fcea96
|
@ -19,10 +19,7 @@ namespace BITFactory.Cutting.Mod
|
|||
public override string Name { get; set; } = "自动保存导出数据";
|
||||
|
||||
public override string Description { get; set; } =
|
||||
@"""
|
||||
自动保存导出的数据到该程序所在目录下,并且在导出后弹出对话框提示
|
||||
导出的格式为export_{Timestamp}.cfg
|
||||
""";
|
||||
"自动保存导出的数据到该程序所在目录下,并且在导出后弹出对话框提示\n导出的格式为export_{Timestamp}.cfg";
|
||||
|
||||
[Inject] private ICuttingTool _cuttingTool;
|
||||
[Inject] private IUXDialogue _dialogue;
|
||||
|
|
Loading…
Reference in New Issue