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