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
7995b46586fa037dc371548d40893b4e27088d9d
DMS
/
Enums
/
LoadTypes.cs
9 lines
94 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
,
给Menu菜单绑定对应的数据
2025-06-30 13:06:51 +08:00
Mqtt
,
All
添加DataService为数据服务类,负责数据的加载工作,通过消息来通知DataService更新数据
2025-06-28 19:32:51 +08:00
}
Reference in New Issue
Copy Permalink