資源簡介
內(nèi)附源碼及示例

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
namespace?影院售票系統(tǒng)
{
????public?class?Cinema
????{
????????private?Schedule?schedule=new?Schedule();
????????public?Schedule?Schedule
????????{
????????????get?{?return?schedule;?}
????????????set?{?schedule=?value;?}
????????}
????????private?Dictionary?seats=new?Dictionary();
????????public?Dictionary?Seats
????????{
????????????get?{?return?seats;?}
????????????set?{?seats?=?value;?}
????????}
????????private?List?ticket=new?List();
????????public?List?Ticket
????????{
????????????get?{?return?ticket;?}
????????????set?{?ticket=?value;?}
????????}
????????
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-05-12?18:30??影院售票系統(tǒng)\
?????目錄???????????0??2015-05-12?18:30??影院售票系統(tǒng)\影院售票系統(tǒng)\
?????文件?????????944??2015-03-27?14:01??影院售票系統(tǒng)\影院售票系統(tǒng).sln
?????文件???????62976??2015-03-31?16:04??影院售票系統(tǒng)\影院售票系統(tǒng).v11.suo
?????文件?????????187??2015-03-27?14:01??影院售票系統(tǒng)\影院售票系統(tǒng)\App.config
?????目錄???????????0??2015-05-12?18:30??影院售票系統(tǒng)\影院售票系統(tǒng)\bin\
?????目錄???????????0??2015-05-12?18:30??影院售票系統(tǒng)\影院售票系統(tǒng)\bin\Debug\
?????文件???????19889??2015-03-27?14:10??影院售票系統(tǒng)\影院售票系統(tǒng)\bin\Debug\pictureBox1.Image.png
?????文件????????1232??2015-03-27?14:10??影院售票系統(tǒng)\影院售票系統(tǒng)\bin\Debug\ShowList.xm
?????文件??????128543??2015-03-27?14:10??影院售票系統(tǒng)\影院售票系統(tǒng)\bin\Debug\不二神探.jpg
?????文件??????192484??2015-03-27?14:10??影院售票系統(tǒng)\影院售票系統(tǒng)\bin\Debug\中國合伙人.jpg
?????文件???????47104??2015-03-31?16:03??影院售票系統(tǒng)\影院售票系統(tǒng)\bin\Debug\影院售票系統(tǒng).exe
?????文件?????????187??2015-03-27?14:01??影院售票系統(tǒng)\影院售票系統(tǒng)\bin\Debug\影院售票系統(tǒng).exe.config
?????文件???????62976??2015-03-31?16:03??影院售票系統(tǒng)\影院售票系統(tǒng)\bin\Debug\影院售票系統(tǒng).pdb
?????文件???????22984??2015-03-31?16:04??影院售票系統(tǒng)\影院售票系統(tǒng)\bin\Debug\影院售票系統(tǒng).vshost.exe
?????文件?????????187??2015-03-27?14:01??影院售票系統(tǒng)\影院售票系統(tǒng)\bin\Debug\影院售票系統(tǒng).vshost.exe.config
?????文件???????57020??2015-03-27?14:10??影院售票系統(tǒng)\影院售票系統(tǒng)\bin\Debug\西游降魔篇.jpg
?????文件??????153488??2015-03-27?14:10??影院售票系統(tǒng)\影院售票系統(tǒng)\bin\Debug\鋼鐵俠3.jpg
?????目錄???????????0??2015-03-27?14:28??影院售票系統(tǒng)\影院售票系統(tǒng)\bin\Release\
?????文件?????????810??2015-03-31?15:18??影院售票系統(tǒng)\影院售票系統(tǒng)\Cinema.cs
?????文件?????????352??2015-03-31?15:16??影院售票系統(tǒng)\影院售票系統(tǒng)\FreeTicket.cs
?????文件????????8131??2015-03-31?16:03??影院售票系統(tǒng)\影院售票系統(tǒng)\FrmMain.cs
?????文件???????25802??2015-03-31?15:39??影院售票系統(tǒng)\影院售票系統(tǒng)\FrmMain.Designer.cs
?????文件???????37679??2015-03-31?15:39??影院售票系統(tǒng)\影院售票系統(tǒng)\FrmMain.resx
?????文件????????1768??2015-03-30?17:28??影院售票系統(tǒng)\影院售票系統(tǒng)\Movie.cs
?????目錄???????????0??2015-05-12?18:30??影院售票系統(tǒng)\影院售票系統(tǒng)\obj\
?????目錄???????????0??2015-05-12?18:30??影院售票系統(tǒng)\影院售票系統(tǒng)\obj\Debug\
?????文件????????1147??2015-03-31?14:48??影院售票系統(tǒng)\影院售票系統(tǒng)\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件????????7737??2015-03-31?14:58??影院售票系統(tǒng)\影院售票系統(tǒng)\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????????0??2015-03-27?14:01??影院售票系統(tǒng)\影院售票系統(tǒng)\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
?????文件???????????0??2015-03-27?14:01??影院售票系統(tǒng)\影院售票系統(tǒng)\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
............此處省略24個文件信息
- 上一篇:c# 排序算法詮釋排序過程
- 下一篇:自動答題考試軟件源碼
評論
共有 條評論