嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
c#项目源代码 宾馆管理系统
一个C#项目的实例,里面含有很多创建C#项目的技术。能够给与大家很多的编程开发的建议
.
├── MyPim01.suo
├── Thumbs.db
├── c#项目源代码宾馆管理系统
│ └── 宾馆管理系统
│ └── chap10
│ ├── HMS
│ │ └── HMS
│ │ ├── Backup
│ │ │ ├── BussinessLevel
│ │ │ │ ├── Class1.cs
│ │ │ │ ├── ClientBookInManage.cs
│ │ │ │ ├── ClientCheckManage.cs
│ │ │ │ ├── RoomManage.cs
│ │ │ │ └── RoomTypeManage.cs
│ │ │ ├── DataLevel
│ │ │ │ └── Connection.cs
│ │ │ ├── HMS.csproj
│ │ │ ├── HMS.sln
│ │ │ ├── HMS.suo
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Setup
│ │ │ │ └── Setup.vdproj
│ │ │ └── UILevel
│ │ │ ├── ClientBookIn.Designer.cs
│ │ │ ├── ClientBookIn.cs
│ │ │ ├── ClientBookIn.resx
│ │ │ ├── ClientCheck.Designer.cs
│ │ │ ├── ClientCheck.cs
│ │ │ ├── ClientCheck.resx
│ │ │ ├── ClientSearch.Designer.cs
│ │ │ ├── ClientSearch.cs
│ │ │ ├── ClientSearch.resx
│ │ │ ├── InitialForm.Designer.cs
│ │ │ ├── InitialForm.cs
│ │ │ ├── InitialForm.resx
│ │ │ ├── MainForm.Designer.cs
│ │ │ ├── MainForm.cs
│ │ │ ├── MainForm.resx
│ │ │ ├── Room.Designer.cs
│ │ │ ├── Room.cs
│ │ │ ├── Room.resx
│ │ │ ├── RoomSearch.Designer.cs
│ │ │ ├── RoomSearch.cs
│ │ │ ├── RoomSearch.resx
│ │ │ ├── RoomType.Designer.cs
│ │ │ ├── RoomType.cs
│ │ │ ├── RoomType.resx
│ │ │ ├── User.Designer.cs
│ │ │ ├── User.cs
│ │ │ └── User.resx
│ │ ├── BussinessLevel
│ │ │ ├── Class1.cs
│ │ │ ├── ClientBookInManage.cs
│ │ │ ├── ClientCheckManage.cs
│ │ │ ├── RoomManage.cs
│ │ │ └── RoomTypeManage.cs
│ │ ├── DataLevel
│ │ │ └── Connection.cs
│ │ ├── HMS.csproj
│ │ ├── HMS.sln
│ │ ├── HMS.suo
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Setup
│ │ │ ├── Debug
│ │ │ │ ├── Setup.msi
│ │ │ │ └── setup.exe
│ │ │ ├── Release
│ │ │ └── Setup.vdproj
│ │ ├── UILevel
│ │ │ ├── ClientBookIn.Designer.cs
│ │ │ ├── ClientBookIn.cs
│ │ │ ├── ClientBookIn.resx
│ │ │ ├── ClientCheck.Designer.cs
│ │ │ ├── ClientCheck.cs
│ │ │ ├── ClientCheck.resx
│ │ │ ├── ClientSearch.Designer.cs
│ │ │ ├── ClientSearch.cs
│ │ │ ├── ClientSearch.resx
│ │ │ ├── InitialForm.Designer.cs
│ │ │ ├── InitialForm.cs
│ │ │ ├── InitialForm.resx
│ │ │ ├── MainForm.Designer.cs
│ │ │ ├── MainForm.cs
│ │ │ ├── MainForm.resx
│ │ │ ├── Room.Designer.cs
│ │ │ ├── Room.cs
│ │ │ ├── Room.resx
│ │ │ ├── RoomSearch.Designer.cs
│ │ │ ├── RoomSearch.cs
│ │ │ ├── RoomSearch.resx
│ │ │ ├── RoomType.Designer.cs
│ │ │ ├── RoomType.cs
│ │ │ ├── RoomType.resx
│ │ │ ├── User.Designer.cs
│ │ │ ├── User.cs
│ │ │ └── User.resx
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── HMS.exe
│ │ │ ├── HMS.pdb
│ │ │ ├── HMS.vshost.exe
│ │ │ └── HMS.vshost.exe.manifest
│ │ └── obj
│ │ ├── Debug
│ │ │ ├── HMS.Properties.Resources.resources
│ │ │ ├── HMS.UILevel.ClientBookIn.resources
│ │ │ ├── HMS.UILevel.ClientCheck.resources
│ │ │ ├── HMS.UILevel.ClientSearch.resources
│ │ │ ├── HMS.UILevel.InitialForm.resources
│ │ │ ├── HMS.UILevel.MainForm.resources
│ │ │ ├── HMS.UILevel.Room.resources
│ │ │ ├── HMS.UILevel.RoomSearch.resources
│ │ │ ├── HMS.UILevel.RoomType.resources
│ │ │ ├── HMS.UILevel.User.resources
│ │ │ ├── HMS.csproj.FileListAbsolute.txt
│ │ │ ├── HMS.csproj.GenerateResource.Cache
│ │ │ ├── HMS.exe
│ │ │ ├── HMS.pdb
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ └── HMS.csproj.FileList.txt
│ ├── date
│ │ ├── HMS.LDF
│ │ └── HMS.mdf
│ └── 宾馆管理系统.swf
└── 好例子网_c#项目源代码宾馆管理系统.rar
25 directories, 117 files