資源簡介
代碼片段和文件信息
//C#源碼下載站:www.sourcecsharp.com
using?System;
using?System.Collections.Generic;
using?System.Text;
using?System.Management;
namespace?CRD.Common
{
????public?class?AdapterItem
????{
????????public?Managementobject?MO;
????????public?string?Caption;
????????public?AdapterItem(string?caption?Managementobject?mo)
????????{
????????????this.Caption?=?caption;
????????????this.MO?=?mo;
????????}
????????public?override?string?ToString()
????????{
????????????return?Caption;
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????17408??2016-04-02?19:43??Lottery\bin\Debug\CRD.Common.dll
?????文件??????28160??2016-04-02?19:43??Lottery\bin\Debug\CRD.Common.pdb
?????文件????1039872??2016-04-02?19:43??Lottery\bin\Debug\CRD.WinUI.dll
?????文件?????306688??2016-04-02?19:43??Lottery\bin\Debug\CRD.WinUI.pdb
?????文件??????22016??2016-04-02?19:43??Lottery\bin\Debug\GlassButton.dll
?????文件??????46592??2016-04-02?19:43??Lottery\bin\Debug\GlassButton.pdb
?????文件??????12288??2016-04-02?19:43??Lottery\bin\Debug\Lottery.exe
?????文件????????256??2011-02-24?13:51??Lottery\bin\Debug\Lottery.ini
?????文件??????28160??2016-04-02?19:43??Lottery\bin\Debug\Lottery.pdb
?????文件??????11608??2016-04-02?19:52??Lottery\bin\Debug\Lottery.vshost.exe
?????文件?????157602??2011-02-24?17:58??Lottery\bin\Debug\Microsoft?Excel.ico
?????文件??????57344??2009-11-29?12:11??Lottery\bin\Debug\QQSkinForm.dll
?????文件???????3203??2016-04-02?19:52??Lottery\Form1.cs
?????文件???????4209??2016-04-02?19:52??Lottery\Form1.Designer.cs
?????文件???????6895??2016-04-02?19:52??Lottery\Form1.resx
?????文件???????1638??2011-02-24?10:20??Lottery\IniFile.cs
?????文件???????6104??2016-04-02?19:43??Lottery\Lottery.csproj
?????文件????????452??2016-04-02?19:43??Lottery\Lottery.csproj.user
?????文件????????301??2011-02-24?11:14??Lottery\Model.cs
?????文件??????10294??2016-04-02?19:52??Lottery\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????6750??2016-04-02?19:43??Lottery\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????530??2016-04-02?19:43??Lottery\obj\Debug\GenerateResource-ResGen.read.1.tlog
?????文件??????????2??2016-04-02?19:43??Lottery\obj\Debug\GenerateResource-ResGen.read.4.tlog
?????文件????????826??2016-04-02?19:43??Lottery\obj\Debug\GenerateResource-ResGen.write.1.tlog
?????文件???????5467??2016-04-02?19:52??Lottery\obj\Debug\Lottery.csproj.FileListAbsolute.txt
?????文件????????847??2011-02-26?17:46??Lottery\obj\Debug\Lottery.csproj.GenerateResource.Cache
?????文件??????12288??2016-04-02?19:43??Lottery\obj\Debug\Lottery.exe
?????文件????????892??2016-04-02?19:43??Lottery\obj\Debug\Lottery.Form1.resources
?????文件????????256??2011-02-24?13:51??Lottery\obj\Debug\Lottery.ini
?????文件??????28160??2016-04-02?19:43??Lottery\obj\Debug\Lottery.pdb
............此處省略400個文件信息
評論
共有 條評論