示例#1
0
 /// <summary>
 /// 初始化配置文件
 /// </summary>
 private static void Init()
 {
     _file = new IniFile(TimedRemindTool.Global.ConfigPath);
 }