資源簡介
不會浪費你的積分 我自己從官方demo 里面分離出來的 因為本人的項目需要用到 so

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?System.Windows.Forms;
namespace?DaHuaDemo
{
????public?partial?class?frm_AddDevice?:?Form
????{
????????public?bool?blnOKEnter?=?false;
????????public?frm_AddDevice()
????????{
????????????InitializeComponent();
????????}
????????private?void?btnOK_Click(object?sender?EventArgs?e)
????????{
????????????blnOKEnter?=?true;
????????????this.Close();
????????}
????????private?void?btnCancel_Click(object?sender?EventArgs?e)
????????{
????????????blnOKEnter?=?false;
????????????this.Close();
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-09-30?10:51??DaHuaDemo\
?????目錄???????????0??2016-09-30?10:40??DaHuaDemo\.vs\
?????目錄???????????0??2016-09-30?10:40??DaHuaDemo\.vs\DaHuaDemo\
?????目錄???????????0??2016-09-30?10:40??DaHuaDemo\.vs\DaHuaDemo\v14\
?????文件???????55808??2016-10-12?11:11??DaHuaDemo\.vs\DaHuaDemo\v14\.suo
?????目錄???????????0??2016-09-30?15:10??DaHuaDemo\DaHuaDemo\
?????文件?????????994??2016-09-30?10:40??DaHuaDemo\DaHuaDemo.sln
?????文件?????????189??2016-09-30?10:40??DaHuaDemo\DaHuaDemo\App.config
?????目錄???????????0??2016-09-30?10:40??DaHuaDemo\DaHuaDemo\bin\
?????目錄???????????0??2016-10-08?09:08??DaHuaDemo\DaHuaDemo\bin\Debug\
?????文件???????90112??2016-04-01?14:20??DaHuaDemo\DaHuaDemo\bin\Debug\aacdec.dll
?????文件???????28672??2016-04-01?14:20??DaHuaDemo\DaHuaDemo\bin\Debug\adpcmdec.dll
?????文件??????614487??2016-04-01?14:20??DaHuaDemo\DaHuaDemo\bin\Debug\amrdec.dll
?????文件?????1110099??2016-04-01?14:38??DaHuaDemo\DaHuaDemo\bin\Debug\avnetsdk.dll
?????文件???????20992??2016-09-30?15:10??DaHuaDemo\DaHuaDemo\bin\Debug\DaHuaDemo.exe
?????文件?????????189??2016-09-30?10:40??DaHuaDemo\DaHuaDemo\bin\Debug\DaHuaDemo.exe.config
?????文件???????36352??2016-09-30?15:10??DaHuaDemo\DaHuaDemo\bin\Debug\DaHuaDemo.pdb
?????文件???????22696??2016-10-12?11:11??DaHuaDemo\DaHuaDemo\bin\Debug\DaHuaDemo.vshost.exe
?????文件?????????189??2016-09-30?10:40??DaHuaDemo\DaHuaDemo\bin\Debug\DaHuaDemo.vshost.exe.config
?????文件?????????490??2015-07-10?19:01??DaHuaDemo\DaHuaDemo\bin\Debug\DaHuaDemo.vshost.exe.manifest
?????文件?????1806422??2016-04-01?14:37??DaHuaDemo\DaHuaDemo\bin\Debug\dhconfigsdk.dll
?????文件??????483840??2016-04-01?14:20??DaHuaDemo\DaHuaDemo\bin\Debug\dhlog.dll
?????文件?????6316115??2016-04-01?14:37??DaHuaDemo\DaHuaDemo\bin\Debug\dhnetsdk.dll
?????文件??????823345??2016-04-01?14:20??DaHuaDemo\DaHuaDemo\bin\Debug\dhplay.dll
?????文件??????450560??2016-04-01?14:20??DaHuaDemo\DaHuaDemo\bin\Debug\fisheye.dll
?????文件???????61440??2016-04-01?14:20??DaHuaDemo\DaHuaDemo\bin\Debug\g7221dec.dll
?????文件??????956416??2016-04-01?14:20??DaHuaDemo\DaHuaDemo\bin\Debug\h264dec.dll
?????文件??????778240??2016-04-01?14:20??DaHuaDemo\DaHuaDemo\bin\Debug\hevcdec.dll
?????文件??????675840??2016-04-01?14:20??DaHuaDemo\DaHuaDemo\bin\Debug\Infra.dll
?????文件??????188482??2016-04-01?14:20??DaHuaDemo\DaHuaDemo\bin\Debug\IvsDrawer.dll
?????文件??????573952??2016-04-01?14:20??DaHuaDemo\DaHuaDemo\bin\Debug\IvsDrawer_64.dll
............此處省略59個文件信息
評論
共有 條評論