YL
2021-09-10 26f8b83cda74150d83dc09ab0b92b10b6f1286b1
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")]