資源簡(jiǎn)介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Windows.Forms;
namespace?WebsiteControl
{
static?class?Program
{
///?
///?The?main?entry?point?for?the?application.
///?
[STAThread]
static?void?Main()
{
Application.EnableVisualstyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new?WebsiteController());
}
}
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件?????????415??2007-10-31?06:44??WebsiteControl\Program.cs
?????目錄???????????0??2007-11-03?14:44??WebsiteControl\Properties\
?????文件????????1344??2007-11-03?14:44??WebsiteControl\Properties\AssemblyInfo.cs
?????文件????????2508??2007-10-31?06:44??WebsiteControl\Properties\Resources.Designer.cs
?????文件????????5350??2007-10-31?06:44??WebsiteControl\Properties\Resources.resx
?????文件????????1020??2007-10-31?06:44??WebsiteControl\Properties\Settings.Designer.cs
?????文件?????????249??2007-10-31?06:44??WebsiteControl\Properties\Settings.settings
?????文件????????3396??2007-10-31?09:13??WebsiteControl\WebsiteControl.csproj
?????文件?????????535??2007-10-31?06:44??WebsiteControl\WebsiteControl.csproj.user
?????文件????????7638??2007-11-04?11:02??WebsiteControl\WebsiteController.cs
?????文件???????10630??2007-11-04?10:00??WebsiteControl\WebsiteController.Designer.cs
?????文件????????6014??2007-11-04?10:00??WebsiteControl\WebsiteController.resx
?????目錄???????????0??2007-11-04?11:02??WebsiteControl\
?????文件?????????931??2007-10-31?06:44??WebsiteControl.sln
- 上一篇:C# 遍歷所有 窗體句柄 源碼
- 下一篇:C# 模擬按鍵 功能完整
評(píng)論
共有 條評(píng)論