91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

HTML網頁視頻播放插件

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.Diagnostics;
using?System.IO;

namespace?Player
{
????????///??
????????///?Command?的摘要說明。?
????????///?
?
????????public?class?Command
????????{
????????????private?Process?proc?=?null;
????????????///??
????????????///?構造方法?
????????????///?
?
????????????public?Command()
????????????{
????????????????proc?=?new?Process();
????????????}

????????????///??
????????????///?執行CMD語句?
????????????///?
?
????????????///?要執行的CMD命令?
????????????public?void?RunCmd(string?cmd)
????????????{
????????????????//Process?proc?=?new?Process();
????????????????proc.StartInfo.FileName?=?“cmd.exe“;
?

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-10-25?19:22??.vs\
?????目錄???????????0??2019-10-25?19:22??.vs\Player\
?????目錄???????????0??2019-10-25?19:26??.vs\Player\v15\
?????文件???????51712??2019-10-25?19:40??.vs\Player\v15\.suo
?????目錄???????????0??2019-10-25?19:22??.vs\Player\v15\Server\
?????目錄???????????0??2019-10-25?19:22??.vs\Player\v15\Server\sqlite3\
?????文件???????????0??2019-10-25?19:22??.vs\Player\v15\Server\sqlite3\db.lock
?????文件????????4096??2019-10-25?19:22??.vs\Player\v15\Server\sqlite3\storage.ide
?????文件???????32768??2019-10-25?19:22??.vs\Player\v15\Server\sqlite3\storage.ide-shm
?????文件??????675712??2019-10-25?19:22??.vs\Player\v15\Server\sqlite3\storage.ide-wal
?????文件????????3023??2013-04-16?11:57??Command.cs
?????目錄???????????0??2019-10-25?19:21??DLL\
?????文件??????516096??2013-04-18?13:19??DLL\IrisSkin2.dll
?????文件???????53248??2013-04-11?16:02??DLL\Microsoft.DirectX.AudioVideoPlayback.dll
?????文件??????223232??2013-04-11?16:02??DLL\Microsoft.DirectX.dll
?????文件???????12212??2013-04-18?16:23??Player.Designer.cs
?????文件????????8044??2013-04-18?16:23??Player.cs
?????文件????????5503??2013-04-18?13:23??Player.csproj
?????文件????????6584??2013-04-18?16:23??Player.resx
?????文件????????1062??2019-10-25?19:26??Player.sln
?????文件?????????488??2013-04-18?12:37??Program.cs
?????目錄???????????0??2019-10-25?19:21??Properties\
?????文件????????1344??2013-04-11?11:37??Properties\AssemblyInfo.cs
?????文件????????4128??2013-04-18?13:23??Properties\Resources.Designer.cs
?????文件????????7327??2013-04-11?17:06??Properties\Resources.resx
?????文件????????1106??2013-04-18?13:23??Properties\Settings.Designer.cs
?????文件?????????249??2013-04-11?11:37??Properties\Settings.settings
?????目錄???????????0??2019-10-25?19:21??Resources\
?????文件?????????790??2013-04-11?17:13??Resources\1.jpg
?????文件?????????334??2013-04-11?14:23??Resources\EditBrightContrastHS.png
?????文件?????????297??2013-04-11?14:23??Resources\PauseHS.png
............此處省略44個文件信息

評論

共有 條評論