資源簡介
代碼片段和文件信息
using?System.Collections.Generic;
using?System;
using?System.Linq;
using?System.Drawing;
using?System.Diagnostics;
using?System.Data;
using?System.xml.Linq;
using?Microsoft.VisualBasic;
using?System.Collections;
using?System.Windows.Forms;
using?System.Runtime.InteropServices;
namespace?ComTest
{
public?partial?class?Form1
{
public?Form1()
{
InitializeComponent();
if?(defaultInstance?==?null)
defaultInstance?=?this;
}
#region?Default?Instance
private?static?Form1?defaultInstance;
public?static?Form1?Default
{
get
{
if?(defaultInstance?==?null)
{
defaultInstance?=?new?Form1();
defaultInstance.FormClosed?+=?new?FormClosedEventHandler(defaultInstance_FormClosed);
}
return
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????60928??2017-10-01?20:02??DLL?Files\Hostli
?????文件?????????19??2017-10-01?11:39??DLL?Files\KEY.txt
?????文件?????494946??2017-09-03?16:19??DLL?Files\PLC通訊組件使用說明V20.pdf
?????文件?????????82??2017-06-27?20:47??DLL?Files\Readme.txt
?????文件??????25088??2017-10-01?20:05??ComTest?CS2010\bin\Release\ComTest.exe
?????文件??????34304??2017-10-01?20:05??ComTest?CS2010\bin\Release\ComTest.pdb
?????文件??????11600??2017-10-01?20:04??ComTest?CS2010\bin\Release\ComTest.vshost.exe
?????文件????????490??2010-03-17?22:39??ComTest?CS2010\bin\Release\ComTest.vshost.exe.manifest
?????文件????????792??2017-10-01?20:05??ComTest?CS2010\bin\Release\ComTest.xm
?????文件??????60928??2017-10-01?20:02??ComTest?CS2010\bin\Release\Hostli
?????文件???????5261??2016-05-30?14:28??ComTest?CS2010\ComTest\ComTest\ComTest.vbproj
?????文件????????457??2016-05-30?14:28??ComTest?CS2010\ComTest\ComTest\ComTest.vbproj.user
?????文件???????4918??2017-10-01?20:00??ComTest?CS2010\ComTest.csproj
?????文件????????855??2016-09-13?16:44??ComTest?CS2010\ComTest.sln
????..A..H.?????20992??2017-10-01?20:05??ComTest?CS2010\ComTest.suo
?????文件????????792??2017-10-01?20:05??ComTest?CS2010\ComTest.xm
?????文件??????11029??2017-10-01?20:03??ComTest?CS2010\Form1.cs
?????文件??????35956??2017-03-03?11:13??ComTest?CS2010\Form1.Designer.cs
?????文件???????6008??2017-03-03?11:13??ComTest?CS2010\Form1.resx
?????文件????????510??2016-04-18?18:59??ComTest?CS2010\My?Project\Application.myapp
?????文件???????5609??2016-09-13?16:16??ComTest?CS2010\My?Project\Resources.resx
?????文件????????279??2010-05-04?06:45??ComTest?CS2010\My?Project\Settings.settings
?????文件????????817??2016-09-24?10:50??ComTest?CS2010\obj\x86\Debug\ComTest.csproj.FileListAbsolute.txt
?????文件????????975??2016-09-21?13:07??ComTest?CS2010\obj\x86\Debug\ComTest.csproj.GenerateResource.Cache
?????文件??????25600??2016-09-21?13:07??ComTest?CS2010\obj\x86\Debug\ComTest.exe
?????文件????????180??2016-09-21?13:07??ComTest?CS2010\obj\x86\Debug\ComTest.Form1.resources
?????文件??????36352??2016-09-21?13:07??ComTest?CS2010\obj\x86\Debug\ComTest.pdb
?????文件????????180??2016-09-21?13:07??ComTest?CS2010\obj\x86\Debug\ComTest.Properties.Resources.resources
?????文件???????5359??2016-09-22?08:58??ComTest?CS2010\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????6375??2016-09-24?10:50??ComTest?CS2010\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
............此處省略162個文件信息
- 上一篇:.net短信發送
- 下一篇:讀取excel里的型號和掃碼出來的型號進行比對
評論
共有 條評論