1
chenhaozhe
2026-04-13 debfb742b27f7a5e668e6cd3f52db2ee8ddfe815
Pub_Class/CustomerCls/ClsIni.cs
@@ -7,6 +7,7 @@
{
    public class ClsIni
    {
        [DllImport("kernel32")]
        private static extern long WritePrivateProfileString(string section, string Key, string Val, string filePath);
        [DllImport("kernel32")]