資源簡介
該項目功能包括:注冊,登錄,主界面的設計(菜單欄,工具欄,圖片顯示,狀態欄等),電影管理(查詢電影信息,修改電影信息,添加電影信息,刪除電影信息),影廳管理,員工管理,系統管理等(含數據庫和項目說明書)

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?Model;
using?DAL;
namespace?BLL
{
????public?class?EmployeeBLL
????{
????????//員工登錄
????????public?static?bool?login(Employee?e)?{
????????????return?EmployeeDAL.queryEmployee(e);
????????}
????????//員工注冊
????????public?static?bool?register(Employee?e)?{
????????????return?EmployeeDAL.addEmployee(e);
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1129??2019-12-13?20:43??數據庫表.txt
?????文件??????644163??2019-12-13?20:26??WinForm項目說明書.docx
?????文件???????99678??2018-08-09?16:31??images\user.ico
?????文件????????4286??2017-07-09?15:22??images\movie.ico
?????文件???????76667??2017-07-09?15:22??images\logo.png
?????文件???????29191??2017-07-09?15:22??images\999.jpg
?????文件?????1499323??2017-07-09?15:22??images\888.jpg
?????文件????????7416??2017-07-09?15:22??images\85.jpg
?????文件???????10697??2017-07-09?15:22??images\84.jpg
?????文件????????7024??2017-07-09?15:22??images\83.jpg
?????文件????????6291??2017-07-09?15:22??images\82.jpg
?????文件????????6540??2017-07-09?15:22??images\81.jpg
?????文件???????16785??2017-07-09?15:22??images\4.jpg
?????文件???????15306??2017-07-09?15:22??images\3.jpg
?????文件???????16172??2017-07-09?15:22??images\2.jpg
?????文件???????16683??2017-07-09?15:22??images\1.jpg
?????文件???????16052??2017-07-09?15:22??images\0.jpg
?????目錄???????????0??2019-12-19?09:54??images\
?????目錄???????????0??2019-12-19?09:54??MoiveManageSystem\
?????目錄???????????0??2019-08-15?11:25??MoiveManageSystem\.vs\
?????目錄???????????0??2019-08-15?11:25??MoiveManageSystem\.vs\MoiveManageSystem\
?????目錄???????????0??2019-08-15?11:25??MoiveManageSystem\.vs\MoiveManageSystem\v14\
?????文件??????121856??2018-12-09?18:23??MoiveManageSystem\.vs\MoiveManageSystem\v14\.suo
?????目錄???????????0??2019-12-19?09:54??MoiveManageSystem\BLL\
?????文件????????2980??2018-12-09?23:11??MoiveManageSystem\BLL\BLL.csproj
?????文件?????????486??2018-12-08?16:20??MoiveManageSystem\BLL\EmployeeBLL.cs
?????文件????????2049??2018-12-08?22:58??MoiveManageSystem\BLL\MovieBLL.cs
?????目錄???????????0??2019-08-15?11:25??MoiveManageSystem\BLL\Properties\
?????文件????????1332??2018-12-08?14:45??MoiveManageSystem\BLL\Properties\AssemblyInfo.cs
?????文件????????2459??2018-12-09?18:59??MoiveManageSystem\BLL\RoomInfoBLL.cs
?????文件?????????406??2018-12-09?23:04??MoiveManageSystem\BLL\SceneBLL.cs
............此處省略185個文件信息
- 上一篇:用C#編寫的關于輪胎分揀系統的代碼
- 下一篇:Unity和C#實現TCP網絡聊天
評論
共有 條評論