From 5b8c86d6c9901a57d5688a16b0d0c569a87acbf9 Mon Sep 17 00:00:00 2001 From: zzr99 <1940172413@qq.com> Date: 星期四, 30 九月 2021 15:50:48 +0800 Subject: [PATCH] 完善丸井改制的维修类型+增加雅琪诺扣补项目模块 --- Pub_Class/CustomerCls/ClsIni.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Pub_Class/CustomerCls/ClsIni.cs b/Pub_Class/CustomerCls/ClsIni.cs index f8cfbda..603622c 100644 --- a/Pub_Class/CustomerCls/ClsIni.cs +++ b/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")] -- Gitblit v1.9.1