資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Windows.Forms;
namespace?MutilThreadDemo
{
????static?class?Program
????{
????????///?
????????///?應用程序的主入口點。
????????///?
????????[STAThread]
????????static?void?Main()
????????{
????????????Application.EnableVisualstyles();
????????????Application.SetCompatibleTextRenderingDefault(false);
????????????Application.Run(new?UI.Form1());
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????918??2011-03-10?17:17??MutilThreadDemo.sln
????..A..H.?????11264??2011-03-10?17:18??MutilThreadDemo.suo
?????文件????????477??2011-03-10?15:37??Program.cs
?????文件??????28672??2011-03-10?17:17??bin\Debug\MutilThreadDemo.exe
?????文件????????437??2011-03-10?16:32??bin\Debug\MutilThreadDemo.exe.config
?????文件??????30208??2011-03-10?17:17??bin\Debug\MutilThreadDemo.pdb
?????文件???????5632??2005-12-08?14:51??bin\Debug\MutilThreadDemo.vshost.exe
?????文件????????437??2011-03-10?16:32??bin\Debug\MutilThreadDemo.vshost.exe.config
?????文件????????845??2011-03-10?16:45??obj\Debug\MutilThreadDemo.csproj.GenerateResource.Cache
?????文件??????28672??2011-03-10?17:17??obj\Debug\MutilThreadDemo.exe
?????文件??????30208??2011-03-10?17:17??obj\Debug\MutilThreadDemo.pdb
?????文件????????180??2011-03-10?16:45??obj\Debug\MutilThreadDemo.Properties.Resources.resources
?????文件???????2032??2011-03-10?16:45??obj\Debug\MutilThreadDemo.UI.Form1.resources
?????文件???????4608??2011-03-10?15:38??obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
?????文件???????1472??2011-03-10?17:18??obj\MutilThreadDemo.csproj.FileListAbsolute.txt
?????文件???????1202??2011-03-10?15:33??Properties\AssemblyInfo.cs
?????文件???????2854??2011-03-10?15:38??Properties\Resources.Designer.cs
?????文件???????5612??2011-03-10?15:33??Properties\Resources.resx
?????文件???????1113??2011-03-10?15:38??Properties\Settings.Designer.cs
?????文件????????249??2011-03-10?15:33??Properties\Settings.settings
?????文件???????5206??2011-03-10?17:15??UI\Form1.cs
?????文件??????10653??2011-03-10?16:20??UI\Form1.Designer.cs
?????文件???????9041??2011-03-10?16:20??UI\Form1.resx
?????文件????????437??2011-03-10?16:32??App.config
?????文件???????3281??2011-03-10?17:17??MutilThreadDemo.csproj
?????文件????????168??2011-03-10?15:37??MutilThreadDemo.csproj.user
?????目錄??????????0??2011-03-10?16:01??obj\Debug\Refactor
?????目錄??????????0??2011-03-10?15:38??obj\Debug\TempPE
?????目錄??????????0??2011-03-10?16:45??bin\Debug
?????目錄??????????0??2011-03-10?17:17??obj\Debug
............此處省略7個文件信息
評論
共有 條評論