新增安卓端模版,目前只具备启动界面和基础通讯功能,有待完善,v1.7.4

This commit is contained in:
dathlin
2017-11-05 09:53:46 +08:00
parent e8c10c048f
commit c84bd71cb7
79 changed files with 5191 additions and 3 deletions

View File

@@ -153,6 +153,7 @@ namespace HslCommunicationNetTestTool
}
label_timeSpend.Text = (DateTime.Now - start).TotalSeconds.ToString("F3");
}
catch(Exception ex)
{