2013年8月29日
摘要: Sample Code: public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { RestartElevated(); } static internal bool IsAdmin() { Win... 阅读全文
posted @ 2013-08-29 15:38 西西弗斯 阅读(924) 评论(0) 推荐(0) 编辑