This website requires JavaScript.
Explore
Help
Register
Sign In
xiaowei
/
DMS
Watch
1
Star
0
Fork
0
You've already forked DMS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
45d6467fad72dd96a9b4c3a79428ed0380c6a9e8
DMS
/
Enums
/
LoadTypes.cs
9 lines
95 B
C#
Raw
Normal View
History
Unescape
Escape
添加DataService为数据服务类,负责数据的加载工作,通过消息来通知DataService更新数据
2025-06-28 19:32:51 +08:00
namespace
PMSWPF.Enums
;
public
enum
LoadTypes
{
Devices
,
Menu
,
添加了 Mqtt 的界面和添加对话框
2025-07-04 22:39:44 +08:00
Mqtts
,
给Menu菜单绑定对应的数据
2025-06-30 13:06:51 +08:00
All
添加DataService为数据服务类,负责数据的加载工作,通过消息来通知DataService更新数据
2025-06-28 19:32:51 +08:00
}
Reference in New Issue
Copy Permalink