| | |
| | | { |
| | | if (string.IsNullOrEmpty(_jsonFileName)) |
| | | { |
| | | _jsonFileName = System.IO.Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "paras_xhs_settings.json"); |
| | | _jsonFileName = System.IO.Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "paras_hstation_phart_relation_settings.json"); |
| | | } |
| | | return _jsonFileName; |
| | | } |
| | | } |
| | | |
| | | private static string _jsonFileName = null; |
| | | |
| | | /// <summary> |
| | |
| | | } |
| | | return _appparas; |
| | | } |
| | | |
| | | private static PhartRelationParas _appparas = null; |
| | | private static readonly object _locker = new object(); |
| | | |
| | |
| | | File.WriteAllText(JsonFileName, json, Encoding.UTF8); |
| | | return true; |
| | | } |
| | | |
| | | |
| | | |
| | | } |
| | | } |
| | | } |