Beispiel #1
0
 public void Setting(string path)
 {
     if (System.IO.File.Exists(path))
     {
         Utility.IniFile setting = new Utility.IniFile(path);
         var             dd      = setting.GetSectionValues("IPUSH");
         IPushConnectSetting(dd);
     }
 }