沈泽
2021-11-04 38ce87fb55496d7eb95d1a28f31eb4d2f528e3b8
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")]