Commit b963fc8a authored by wangwanxh@sina.com's avatar wangwanxh@sina.com

Merge branch 'wang_master' of https://gitee.com/wangwanxh/Vocs into wang_master

parents 52c79bf1 fddea3e6
...@@ -198,8 +198,16 @@ namespace GcDevicePc.GCBuffer ...@@ -198,8 +198,16 @@ namespace GcDevicePc.GCBuffer
public void LoadStatus() public void LoadStatus()
{ {
HwConfigFile = new IniFile(_filename); HwConfigFile = new IniFile(_filename);
try
{
GetHWConfig(); GetHWConfig();
} }
catch
{
}
}
public bool GetHWConfig() public bool GetHWConfig()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment