嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
基于C#的书店零售销售系统
包含源代码,简洁易用,适宜C#初学者模仿学习。
.
├── WHC.OrderWater.Commons.suo
├── 基于C#的书店零售销售系统_-书店零售销售系统(C#).rar
└── 课程设计-书店零售销售系统(C#)
├── BookStore
│ ├── BookStore
│ │ ├── BookForm.Designer.cs
│ │ ├── BookForm.cs
│ │ ├── BookForm.resx
│ │ ├── BookStore.csproj
│ │ ├── BookStoreDataSet.Designer.cs
│ │ ├── BookStoreDataSet.xsc
│ │ ├── BookStoreDataSet.xsd
│ │ ├── BookStoreDataSet.xss
│ │ ├── CustomerForm.Designer.cs
│ │ ├── CustomerForm.cs
│ │ ├── CustomerForm.resx
│ │ ├── MainForm.Designer.cs
│ │ ├── MainForm.cs
│ │ ├── MainForm.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Report1.rdlc
│ │ ├── Report2.rdlc
│ │ ├── Report3.rdlc
│ │ ├── ReportForm.Designer.cs
│ │ ├── ReportForm.cs
│ │ ├── ReportForm.resx
│ │ ├── SellForm.Designer.cs
│ │ ├── SellForm.cs
│ │ ├── SellForm.resx
│ │ ├── app.config
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── BookStore.exe
│ │ │ │ ├── BookStore.exe.config
│ │ │ │ ├── BookStore.pdb
│ │ │ │ ├── BookStore.vshost.exe
│ │ │ │ └── BookStore.vshost.exe.config
│ │ │ └── Release
│ │ │ ├── BookStore.exe
│ │ │ ├── BookStore.exe.config
│ │ │ ├── BookStore.pdb
│ │ │ ├── BookStore.vshost.exe
│ │ │ └── BookStore.vshost.exe.config
│ │ └── obj
│ │ ├── BookStore.csproj.FileListAbsolute.txt
│ │ ├── Debug
│ │ │ ├── BookStore.BookForm.resources
│ │ │ ├── BookStore.CustomerForm.resources
│ │ │ ├── BookStore.MainForm.resources
│ │ │ ├── BookStore.Properties.Resources.resources
│ │ │ ├── BookStore.Report1.rdlc
│ │ │ ├── BookStore.Report2.rdlc
│ │ │ ├── BookStore.Report3.rdlc
│ │ │ ├── BookStore.ReportForm.resources
│ │ │ ├── BookStore.SellForm.resources
│ │ │ ├── BookStore.csproj.GenerateResource.Cache
│ │ │ ├── BookStore.exe
│ │ │ ├── BookStore.pdb
│ │ │ ├── RdlCompile.cache
│ │ │ ├── RdlCompile.compiled
│ │ │ ├── Refactor
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ │ ├── BookStoreDataSet.Designer.cs.dll
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ └── Release
│ │ ├── BookStore.BookForm.resources
│ │ ├── BookStore.CustomerForm.resources
│ │ ├── BookStore.MainForm.resources
│ │ ├── BookStore.Properties.Resources.resources
│ │ ├── BookStore.Report1.rdlc
│ │ ├── BookStore.Report2.rdlc
│ │ ├── BookStore.Report3.rdlc
│ │ ├── BookStore.ReportForm.resources
│ │ ├── BookStore.SellForm.resources
│ │ ├── BookStore.csproj.GenerateResource.Cache
│ │ ├── BookStore.exe
│ │ ├── BookStore.pdb
│ │ ├── RdlCompile.cache
│ │ ├── RdlCompile.compiled
│ │ ├── ResolveAssemblyReference.cache
│ │ └── TempPE
│ │ ├── BookStoreDataSet.Designer.cs.dll
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── BookStore.sln
│ └── BookStore.suo
├── BookStore.mdf
└── BookStore_log.ldf
13 directories, 81 files