using System; using System.Text; namespace Cosmos.Platform.PC.Devices { public abstract class Device { } }