using BPASmartClient.Device; using BPASmartClient.Helper; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BPASmartClient.DeviceProxy { /// /// 设备管理器,统一管理所有设备资源 /// public class DeviceMgr:Singleton { //设备集合 private List devices=new List(); /// /// 设备加载 /// public void LoadDevice() { } } }