This commit is contained in:
CortexCore 2024-04-16 04:15:17 +08:00
parent 8006256f0c
commit d396fcea96
1 changed files with 1 additions and 4 deletions

View File

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