using System;
using System.Runtime.InteropServices;
namespace FastReboot
{
static class Program
{
private delegate uint ZwShutdownSystem(int ShutdownAction);//编译
private del ...……
using System;using System.Collections.Generic;using System.Text;using System.IO;using System.Net;using System.Windows.Forms;
namespace RecoverData{ public class FTPClient { p ...……