YL
2021-08-27 0c3d07262e46e3efe0b4ea56d905a67c3f30ccd9
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")]