資源簡介
12306搶票源碼,完整可運行,非常具有參考價值。
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Drawing;
using?System.Reflection;
using?System.Windows.Forms;
namespace?TicketHelper
{
????partial?class?AboutForm?:?Form
????{
????????public?AboutForm()
????????{
????????????InitializeComponent();
????????????this.Text?=?String.Format(“關于?{0}“?Assemblytitle);
????????????this.labelProductName.Text?=?AssemblyProduct;
????????????this.labelVersion.Text?=?String.Format(“版本?{0}“?AssemblyVersion);
????????????this.labelCopyright.Text?=?AssemblyCopyright;
????????????this.labelCompanyName.Text?=?AssemblyCompany;
????????????this.textBoxDescription.Text?=?AssemblyDescription;
????????}
????????#region?程序集特性訪問器
????????public?string?Assemblytitle
????????{
????????????get
??
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????18432??2012-01-10?09:48??References\JSON.dll
?????文件???????3424??2012-01-11?11:07??TicketHelper\AboutForm.cs
?????文件??????10461??2012-01-10?18:33??TicketHelper\AboutForm.Designer.cs
?????文件??????49677??2012-01-11?11:07??TicketHelper\AboutForm.resx
?????文件????????447??2012-01-10?09:31??TicketHelper\AcceptAllCertificatePolicy.cs
?????文件???????8419??2012-01-11?17:00??TicketHelper\AddAttentionForm.cs
?????文件??????11610??2012-01-11?17:00??TicketHelper\AddAttentionForm.Designer.cs
?????文件???????5817??2012-01-11?17:00??TicketHelper\AddAttentionForm.resx
?????文件???????2097??2012-01-10?09:31??TicketHelper\app.config
?????文件???????2180??2012-01-08?16:57??TicketHelper\app.manifest
?????文件???????5155??2012-01-11?15:42??TicketHelper\AsyncRequestState.cs
?????文件???????1526??2012-01-11?16:29??TicketHelper\AttentionItem.cs
?????文件???????7856??2012-01-10?18:40??TicketHelper\BookSuccessForm.cs
?????文件???????5816??2012-01-10?11:18??TicketHelper\BookSuccessForm.Designer.cs
?????文件???????5817??2012-01-10?11:18??TicketHelper\BookSuccessForm.resx
?????文件??????13635??2012-01-11?12:42??TicketHelper\HTTP.cs
?????文件???????3994??2012-01-11?12:40??TicketHelper\HttpRequest.cs
?????文件???????2338??2012-01-10?09:31??TicketHelper\IEHelper.cs
?????文件??????26551??2012-01-11?19:05??TicketHelper\MainForm.cs
?????文件??????60245??2012-01-11?15:08??TicketHelper\MainForm.Designer.cs
?????文件???????9200??2012-01-11?15:08??TicketHelper\MainForm.resx
?????文件???????4410??2012-01-11?18:27??TicketHelper\MyAttentionTicketsForm.cs
?????文件??????32694??2012-01-11?18:27??TicketHelper\MyAttentionTicketsForm.Designer.cs
?????文件???????9105??2012-01-11?18:27??TicketHelper\MyAttentionTicketsForm.resx
?????文件???????5496??2012-01-13?18:27??TicketHelper\MyAttentionTicketWorker.cs
?????文件????????417??2012-01-13?17:46??TicketHelper\Passenger.cs
?????文件???????2282??2012-01-13?17:45??TicketHelper\PassengersForm.cs
?????文件???????5976??2012-01-13?17:43??TicketHelper\PassengersForm.Designer.cs
?????文件???????6741??2012-01-13?17:43??TicketHelper\PassengersForm.resx
?????文件???????2047??2012-01-13?18:29??TicketHelper\Program.cs
............此處省略32個文件信息
評論
共有 條評論