随笔分类 -  代码片段

摘要:public static class ServiceHelper { [DllImport("advapi32.dll", CharSet = CharSet.Unicode, SetLastError = true)] public static extern Boolean ChangeSer 阅读全文
posted @ 2019-01-21 09:52 小丑不悲伤 阅读(457) 评论(0) 推荐(0)
摘要:var dialog = new System.Windows.Forms.OpenFileDialog(); dialog.Filter = "图片文件(*.jpg;*.png;*.jpeg)|*.jpg;*.png;*.jpeg"; dialog.ValidateNames = true; di 阅读全文
posted @ 2019-01-07 11:35 小丑不悲伤 阅读(300) 评论(0) 推荐(0)