資源簡介
實現火車票售票全過程,包括預訂、查詢余票、退票等功能

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Windows.Forms;
namespace?火車票訂票系統
{
????static?class?Program
????{
????????///?
????????///?應用程序的主入口點。
????????///?
????????[STAThread]
????????static?void?Main()
????????{
????????????Application.EnableVisualstyles();
????????????Application.SetCompatibleTextRenderingDefault(false);
????????????Application.Run(new?主界面());
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2013-01-09?17:35??火車票訂票系統\
?????目錄???????????0??2013-01-09?17:35??火車票訂票系統\火車票訂票系統\
?????文件???????????1??2012-12-29?16:58??火車票訂票系統\火車票訂票系統\ClassDiagram1?-?副本.cd
?????文件???????????1??2012-12-29?16:58??火車票訂票系統\火車票訂票系統\ClassDiagram1.cd
?????文件?????????506??2012-12-29?14:37??火車票訂票系統\火車票訂票系統\Program?-?副本.cs
?????文件?????????506??2012-12-29?14:37??火車票訂票系統\火車票訂票系統\Program.cs
?????目錄???????????0??2013-01-09?17:35??火車票訂票系統\火車票訂票系統\Properties\
?????文件????????1374??2012-12-29?14:30??火車票訂票系統\火車票訂票系統\Properties\AssemblyInfo.cs
?????文件????????2892??2012-12-29?14:30??火車票訂票系統\火車票訂票系統\Properties\Resources.Designer.cs
?????文件????????5612??2012-12-29?14:30??火車票訂票系統\火車票訂票系統\Properties\Resources.resx
?????文件????????1106??2012-12-29?14:30??火車票訂票系統\火車票訂票系統\Properties\Settings.Designer.cs
?????文件?????????249??2012-12-29?14:30??火車票訂票系統\火車票訂票系統\Properties\Settings.settings
?????目錄???????????0??2013-01-09?17:35??火車票訂票系統\火車票訂票系統\bin\
?????目錄???????????0??2013-01-09?17:35??火車票訂票系統\火車票訂票系統\bin\Debug\
?????文件??????158208??2013-01-05?11:26??火車票訂票系統\火車票訂票系統\bin\Debug\火車票訂票系統.exe
?????文件???????83456??2013-01-05?11:26??火車票訂票系統\火車票訂票系統\bin\Debug\火車票訂票系統.pdb
?????文件???????11600??2013-03-13?23:09??火車票訂票系統\火車票訂票系統\bin\Debug\火車票訂票系統.vshost.exe
?????文件?????????490??2010-03-17?22:39??火車票訂票系統\火車票訂票系統\bin\Debug\火車票訂票系統.vshost.exe.manifest
?????目錄???????????0??2013-04-22?21:51??火車票訂票系統\火車票訂票系統\bin\Release\
?????目錄???????????0??2013-01-09?17:35??火車票訂票系統\火車票訂票系統\obj\
?????目錄???????????0??2013-01-09?17:35??火車票訂票系統\火車票訂票系統\obj\x86\
?????目錄???????????0??2013-01-09?17:35??火車票訂票系統\火車票訂票系統\obj\x86\Debug\
?????文件????????4440??2012-12-29?23:30??火車票訂票系統\火車票訂票系統\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件????????6407??2013-03-13?22:59??火車票訂票系統\火車票訂票系統\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件?????????862??2013-01-05?11:24??火車票訂票系統\火車票訂票系統\obj\x86\Debug\GenerateResource.read.1.tlog
?????文件????????1974??2013-01-05?11:24??火車票訂票系統\火車票訂票系統\obj\x86\Debug\GenerateResource.write.1.tlog
?????目錄???????????0??2013-04-22?21:51??火車票訂票系統\火車票訂票系統\obj\x86\Debug\TempPE\
?????文件?????????180??2013-01-05?11:24??火車票訂票系統\火車票訂票系統\obj\x86\Debug\火車票訂票系統.Properties.Resources.resources
?????文件????????4025??2013-03-13?23:09??火車票訂票系統\火車票訂票系統\obj\x86\Debug\火車票訂票系統.csproj.FileListAbsolute.txt
?????文件??????158208??2013-01-05?11:26??火車票訂票系統\火車票訂票系統\obj\x86\Debug\火車票訂票系統.exe
?????文件???????83456??2013-01-05?11:26??火車票訂票系統\火車票訂票系統\obj\x86\Debug\火車票訂票系統.pdb
............此處省略41個文件信息
- 上一篇:WPF中InkCanvas畫圖
- 下一篇:C#9種預測處理算法
評論
共有 條評論