摘要:
引入 WindowsFormsIntegration.dll 和 System.Windows.Forms.dll 也可以代码动态添加: 阅读全文
posted @ 2018-11-21 13:42
wgscd
阅读(2946)
评论(0)
推荐(0)
摘要:
[DllImport("kernel32")] private static extern long WritePrivateProfileString(string section, string key, string val, string filePath); [DllImport("kernel32")] private static... 阅读全文
posted @ 2018-11-21 10:17
wgscd
阅读(483)
评论(0)
推荐(0)