資源簡介
代碼片段和文件信息
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
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????28??2017-06-11?00:24??DLL?Files\KEY.txt
?????文件?????????27??2017-06-02?11:16??DLL?Files\Readme.txt
?????文件??????64000??2017-06-10?23:59??DLL?Files\ComQsPlc.dll
?????文件?????472827??2017-05-21?17:31??DLL?Files\PLC通訊組件使用說明V18.pdf
?????文件???????4918??2017-01-03?16:17??ComTest?CS2010\ComTest.csproj
?????文件????????855??2016-09-13?16:44??ComTest?CS2010\ComTest.sln
????..A..H.?????21504??2017-06-09?15:10??ComTest?CS2010\ComTest.suo
?????文件????????792??2017-06-09?15:10??ComTest?CS2010\ComTest.xm
?????文件??????12005??2017-06-09?15:10??ComTest?CS2010\Form1.cs
?????文件??????35972??2017-06-02?11:11??ComTest?CS2010\Form1.Designer.cs
?????文件???????6008??2017-06-02?11:11??ComTest?CS2010\Form1.resx
?????文件??????11600??2017-06-09?15:08??ComTest?CS2010\bin\Release\ComTest.vshost.exe
?????文件????????490??2010-03-17?22:39??ComTest?CS2010\bin\Release\ComTest.vshost.exe.manifest
?????文件??????25088??2017-06-09?15:10??ComTest?CS2010\bin\Release\ComTest.exe
?????文件??????34304??2017-06-09?15:10??ComTest?CS2010\bin\Release\ComTest.pdb
?????文件????????792??2017-06-09?15:10??ComTest?CS2010\bin\Release\ComTest.xm
?????文件??????64000??2017-06-10?23:59??ComTest?CS2010\bin\Release\ComQsPlc.dll
?????文件???????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
?????文件????????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
............此處省略165個文件信息
評論
共有 條評論