资源简介
酒店管理系统源码(ASP C# .NET C 毕业设计) 可直接运行。做毕业设计、课程设计或者想研究下技术的可以下载学习。需要更多资源的可以关注我。
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Security.Principal;
using System.Net;
using System.ServiceModel;
using HCSMS.Model;
using HCSMS.Presentation.Impl;
namespace ClientConsole
{
class ClientTest
{
static void Main(string[] args)
{
KitchenCallBackUI ui = new KitchenCallBackUI();
ui.RequestForChangeItemEvent +=new UserInterface.HandleEventHandler(ui_RequestForChangeItemEvent);
ui.RequestForOrderItemEvent += new UserInterface.HandleEventHandler(ui_RequestForOrderItemEvent);
try
{
Console.WriteLine(“Prepare for handle request: “);
ui.Start();
while (Console.ReadKey().Key != ConsoleKey.Enter)
{
}
ui.Stop();
}
catch (Exception ex)
{
Console.WriteLine(ex.Message);
}
}
static List ui_RequestForOrderItemEvent(object sender List requestList)
{
foreach (var info in requestList)
{
OrderItem(info.EntityId info.SourceId);
}
return requestList;
}
static List ui_RequestForChangeItemEvent(object sender List requestList)
{
foreach(var info in requestList)
{
ChangeItem(info.EntityId info.SourceId info.TargetId);
}
return new List();
}
public static string ChangeItem(string tableNumber string oldItemId string newItemId)
{
Console.WriteLine(DateTime.Now.ToString() + “ Table Number: “ + tableNumber + “ “ + “ Change Item: “ + oldItemId + “\t“ + newItemId);
return null;
}
public string ChangeTable(string tableNumber string oldTableId string newTableId)
{
Console.WriteLine(DateTime.Now.ToString() + “ Table Number: “ + tableNumber + “ “ + “ Change Table: “ + oldTableId + “\t“ + newTableId);
return null;
}
public static string OrderItem(string tableNumber string itemId)
{
Console.WriteLine(DateTime.Now.ToString() + “ Table Number: “ + tableNumber + “ “ + “ Order Item: “ + itemId);
return null;
}
public string DeorderItem(string tableNumber string itemId)
{
Console.WriteLine(DateTime.Now.ToString() + “ Table Number: “ + tableNumber + “ “ + “ Deorder Item: “ + itemId);
return null;
}
public void PrioritizeDish(string tableNumber string itemId PriorityLevel level)
{
throw new NotImplementedException();
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
....... 7966 2012-02-21 17:21 c#酒店管理系统\HCSMSSolution-trunk-master\ClientConsole\app.con
....... 11124 2012-02-21 17:21 c#酒店管理系统\HCSMSSolution-trunk-master\ClientConsole\app.config
....... 6656 2012-02-21 17:21 c#酒店管理系统\HCSMSSolution-trunk-master\ClientConsole\bin\Debug\ClientConsole.exe
....... 11124 2012-02-21 17:21 c#酒店管理系统\HCSMSSolution-trunk-master\ClientConsole\bin\Debug\ClientConsole.exe.config
....... 15872 2012-02-21 17:21 c#酒店管理系统\HCSMSSolution-trunk-master\ClientConsole\bin\Debug\ClientConsole.pdb
....... 11608 2012-02-21 17:21 c#酒店管理系统\HCSMSSolution-trunk-master\ClientConsole\bin\Debug\ClientConsole.vshost.exe
....... 11124 2012-02-21 17:21 c#酒店管理系统\HCSMSSolution-trunk-master\ClientConsole\bin\Debug\ClientConsole.vshost.exe.config
....... 479 2012-02-21 17:21 c#酒店管理系统\HCSMSSolution-trunk-master\ClientConsole\bin\Debug\ClientConsole.vshost.exe.manifest
....... 6144 2012-02-21 17:21 c#酒店管理系统\HCSMSSolution-trunk-master\ClientConsole\bin\Debug\HCSMS.Model.Application.dll
....... 24064 2012-02-21 17:21 c#酒店管理系统\HCSMSSolution-trunk-master\ClientConsole\bin\Debug\HCSMS.Model.Application.pdb
....... 19968 2012-02-21 17:21 c#酒店管理系统\HCSMSSolution-trunk-master\ClientConsole\bin\Debug\HCSMS.Model.dll
....... 13824 2012-02-21 17:21 c#酒店管理系统\HCSMSSolution-trunk-master\ClientConsole\bin\Debug\HCSMS.Model.pdb
....... 6144 2012-02-21 17:21 c#酒店管理系统\HCSMSSolution-trunk-master\ClientConsole\bin\Debug\HCSMS.Presentation.dll
....... 34304 2012-02-21 17:21 c#酒店管理系统\HCSMSSolution-trunk-master\ClientConsole\bin\Debug\HCSMS.Presentation.Impl.dll
....... 108032 2012-02-21 17:21 c#酒店管理系统\HCSMSSolution-trunk-master\ClientConsole\bin\Debug\HCSMS.Presentation.Impl.pdb
....... 7680 2012-02-21 17:21 c#酒店管理系统\HCSMSSolution-trunk-master\ClientConsole\bin\Debug\HCSMS.Presentation.pdb
....... 7168 2012-02-21 17:21 c#酒店管理系统\HCSMSSolution-trunk-master\ClientConsole\bin\Debug\HCSMS.Service.dll
....... 7680 2012-02-21 17:21 c#酒店管理系统\HCSMSSolution-trunk-master\ClientConsole\bin\Debug\HCSMS.Service.pdb
....... 5355 2012-02-21 17:21 c#酒店管理系统\HCSMSSolution-trunk-master\ClientConsole\ClientConsole.csproj
....... 465 2012-02-21 17:21 c#酒店管理系统\HCSMSSolution-trunk-master\ClientConsole\ClientConsole.csproj.user
....... 2886 2012-02-21 17:21 c#酒店管理系统\HCSMSSolution-trunk-master\ClientConsole\ClientTest.cs
....... 2589 2012-02-21 17:21 c#酒店管理系统\HCSMSSolution-trunk-master\ClientConsole\obj\Debug\ClientConsole.csproj.FileListAbsolute.txt
....... 6656 2012-02-21 17:21 c#酒店管理系统\HCSMSSolution-trunk-master\ClientConsole\obj\Debug\ClientConsole.exe
....... 15872 2012-02-21 17:21 c#酒店管理系统\HCSMSSolution-trunk-master\ClientConsole\obj\Debug\ClientConsole.pdb
....... 6498 2012-02-21 17:21 c#酒店管理系统\HCSMSSolution-trunk-master\ClientConsole\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
....... 15487 2012-02-21 17:21 c#酒店管理系统\HCSMSSolution-trunk-master\ClientConsole\obj\Debug\ResolveAssemblyReference.cache
....... 4608 2012-02-21 17:21 c#酒店管理系统\HCSMSSolution-trunk-master\ClientConsole\obj\Debug\TempPE\Service References.AccountService.Reference.cs.dll
....... 4608 2012-02-21 17:21 c#酒店管理系统\HCSMSSolution-trunk-master\ClientConsole\obj\Debug\TempPE\Service References.AuthorityService.Reference.cs.dll
....... 6144 2012-02-21 17:21 c#酒店管理系统\HCSMSSolution-trunk-master\ClientConsole\obj\Debug\TempPE\Service References.KitchenService.Reference.cs.dll
....... 1340 2012-02-21 17:21 c#酒店管理系统\HCSMSSolution-trunk-master\ClientConsole\Properties\AssemblyInfo.cs
............此处省略761个文件信息
- 上一篇:c#写的非常完整的网络爬虫程序
- 下一篇:C#网络对战五子棋c/s源程序
相关资源
- c#写的非常完整的网络爬虫程序
- 先知新闻发布系统 ASP.NET动态新闻网站
- 网上选课系统源代码c#
- ASP.NET编程词典个人版
- Aspose.Words.dll 和Aspose.Cells.dll,word、
- ASP.NETC#网上书店系统 毕业设计整一套
- 基于asp.net的飞机场订票网站
- asp(C#+sql)网上购物系统
- 网上花店系统asp.net实现
- easyui-完整实列 C# VS2010
- C#.NET入门到精通
- asp.net网页调用本地摄像头源码
- 在线问卷调查系统(C#.NET)
- 在线订餐系统
- ASP.NET图书管理系统设计与实现(论文
- 订单系统(Asp.net+SQL server 2008)
- ADO.NET数据库课程设计—汽车销售系统
- 双鱼林asp.net基于三层架构学生成绩管
- 招聘网站 asp.net+sqlserver
- SignalR实现小程序即时聊天 C# asp.net
- 供求信息网站源代码
- 银行模拟系统(ASP.NET+SQL+2000)
- asp.net在线购物网站
- asp.net课设之网上书店源码+报告
- 进销存管理系统及毕业设计论文全套
- asp.net制作的小型电子商务网站 源码
- asp.net做的小的旅游网站
- C# 宿舍管理系统 毕业设计
- System.Web.Mvc.dll 1.0-5.0各种版本
- MySkin V1.0
评论
共有 条评论