摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using Shell32;using System.IO;namespace TestWin7Taskbar{ class Win7Taskbar { public static bool LockApp(bool isLock, string appPath) { Shell shell = new Shell(); Folder folder ... 阅读全文
posted @ 2012-07-16 13:03 Zhener-Maozhenyu 阅读(459) 评论(0) 推荐(0) 编辑