using System; using System.Collections.Generic; using System.Text; namespace Cosmos.HAL { public abstract class DeviceMgr { public List All = new List(); } }