Go to file
lihanbo 860ce040ed 105040 Update 关闭窗口时增加提示,未保存电机数据是否丢弃
添加未保存警告窗口及其相关视图模型和消息类

增加了 `LectotypeMessage.cs` 文件:
- 定义了 `LectotypeMessage` 类,继承自 `ValueChangedMessage<Dictionary<string,string>>`。

增加了 `NotSavedWarningViewModel.cs` 文件:
- 定义了 `NotSavedWarningViewModel` 类,实现了 `INotifyPropertyChanged` 和 `IDialogResultable<bool>` 接口。
- 包含 `PropertyChanged` 事件、`OnChange` 方法、`NotSavedLectotypeList` 属性、`Result` 和 `CloseAction` 属性及 `Close` 方法。

增加了 `NotSavedWarningWindow.xaml` 文件:
- 定义了未保存警告窗口的 UI,包括 `Border`、`Grid`、`StackPanel`、`TextBlock`、`ListBox` 和两个按钮。

增加了 `NotSavedWarningWindow.xaml.cs` 文件:
- 定义了 `NotSavedWarningWindow` 类,包含 `ViewModel` 字段、构造函数及按钮点击事件处理方法。
2025-01-23 17:06:34 +08:00
Doc 105040 Add 插件更新手册 2025-01-13 17:12:30 +08:00
Sinvo.EplanHpD.Plugin 105040 Remove 移除未使用的函数;布线助手增加转至电机功能;抓取BOM中型号时增加包含刹车线; 2025-01-13 17:18:51 +08:00
Sinvo.EplanHpD.Plugin.Service 105040 Update 增加调试标识判断 2025-01-23 09:04:38 +08:00
Sinvo.EplanHpD.Plugin.Test 105040 测试版本,增加功能与优化,调整了数据源 2024-11-26 10:34:31 +08:00
Sinvo.EplanHpD.Plugin.WPFUI 105040 Update 关闭窗口时增加提示,未保存电机数据是否丢弃 2025-01-23 17:06:34 +08:00
.gitattributes 添加项目文件。 2024-10-24 18:01:26 +08:00
.gitignore 添加项目文件。 2024-10-24 18:01:26 +08:00
README.md 添加项目文件。 2024-10-24 18:01:26 +08:00
Sinvo.EplanHpD.Plugin.sln 105040 增加数据库保存,优化界面 2024-12-03 11:50:36 +08:00

README.md

Sinvo.EplanHpD.Plugin