using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Cosmos.Sys { public class Deboot { //plugged public static void ShutDown() { } //Plugged public static void Reboot() { } } }