沈泽
2021-09-27 10cb2120bfe2ebd1952cee47dfc9f0c1d08850d5
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")]