嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#制作的图书管理系统,功能比较简单,供刚学C#的人参考!
.
├── BookCollection
│ ├── BookCollection
│ │ ├── BookCollection.csproj
│ │ ├── BookControl.Designer.cs
│ │ ├── BookControl.cs
│ │ ├── BookControl.resx
│ │ ├── ClassDiagram1.cd
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Resources
│ │ │ ├── 01.jpg
│ │ │ ├── 04.png
│ │ │ ├── 05.png
│ │ │ ├── 06.png
│ │ │ ├── 09.png
│ │ │ └── 10.png
│ │ ├── ViewControl.Designer.cs
│ │ ├── ViewControl.cs
│ │ ├── ViewControl.resx
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── BookCollection.exe
│ │ │ ├── BookCollection.exe.dat
│ │ │ ├── BookCollection.pdb
│ │ │ ├── BookCollection.vshost.exe
│ │ │ ├── BookCollection.vshost.exe.manifest
│ │ │ ├── Image
│ │ │ │ ├── 1.jpg
│ │ │ │ ├── ScreenShot0530_162551734.jpg
│ │ │ │ ├── ScreenShot0601_005034593.jpg
│ │ │ │ ├── 判断.bmp
│ │ │ │ ├── 胜利.bmp
│ │ │ │ ├── 下棋过程.bmp
│ │ │ │ └── 界面显示.bmp
│ │ │ ├── Image失败.bmp
│ │ │ ├── Image下棋过程.bmp
│ │ │ ├── Image界面显示.bmp
│ │ │ └── book
│ │ │ ├── 5173!!!.txt
│ │ │ ├── 5e3d93457e38590b86947347.jpg
│ │ │ ├── qq.txt
│ │ │ ├── 判断.bmp
│ │ │ ├── 失败.bmp
│ │ │ ├── 选课.txt
│ │ │ ├── 卡费用.txt
│ │ │ ├── 界面显示.bmp
│ │ │ └── 阿里巴巴心得.txt
│ │ └── obj
│ │ └── Debug
│ │ ├── BookCollection.BookControl.resources
│ │ ├── BookCollection.MainForm.resources
│ │ ├── BookCollection.Properties.Resources.resources
│ │ ├── BookCollection.ViewControl.resources
│ │ ├── BookCollection.csproj.FileListAbsolute.txt
│ │ ├── BookCollection.csproj.GenerateResource.Cache
│ │ ├── BookCollection.exe
│ │ ├── BookCollection.pdb
│ │ ├── Image
│ │ ├── Image下棋过程.bmp
│ │ ├── Image界面显示.bmp
│ │ ├── Refactor
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── BookCollection.sln
│ └── BookCollection.suo
└── C#制作的图书管理系统_BookCollection.rar
13 directories, 61 files