using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Diagnostics; namespace Dotneter.com { class Program { static void Main(string[] args) { Process.Start("shutdown.exe", "-l"); }...
↧