Commit 99fb2f99 authored by wangwanxh@sina.com's avatar wangwanxh@sina.com

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

parents ec4b5a64 27494881
......@@ -146,14 +146,14 @@ namespace GcDevicePc
/// </summary>
private void PreLoadingProc()
{
globaldata.m_appinit.InitAppFolderGC();
// globaldata.m_appinit.InitAppFolderGC();
_appInitInfo = "系统初始化开始";
_appInitInfo = "检测本地网络";
globaldata.m_appinit.LocalNetworkCheck();
_appInitInfo = "搜寻设备";
globaldata.m_appinit.ConnectionIPInit();
_appInitInfo = "检查运行环境";
globaldata.m_appinit.InitAppFolder();
globaldata.m_appinit.InitAppFolderGC();
_appInitInfo = "载入方法配置";
globaldata.m_appinit.InitAppDefaultConfig();
}
......
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