资源简介
分为客服客户端和服务器端,采用Socket编程实现。
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using Lib.Models;
using Lib.BLL;
namespace IM
{
public partial class FormAddDepart : Form
{
public FormAddDepart()
{
InitializeComponent();
}
private BLL_Depart _bllDepart;
public BLL_Depart BllDepart
{
get {
if (_bllDepart == null)
_bllDepart = new BLL_Depart();
return _bllDepart; }
}
//添加部门信息
private void button_Keep_Click(object sender EventArgs e)
{
DepartInfo depart = new DepartInfo(textBox_Name.Text textBox_Describe.T
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 485 2012-06-08 08:25 SolutionCorpIM\IM\App.config
文件 1591 2012-06-08 09:25 SolutionCorpIM\IM\bin\Debug\IM.application
文件 70656 2012-06-08 09:25 SolutionCorpIM\IM\bin\Debug\IM.exe
文件 485 2012-06-08 08:25 SolutionCorpIM\IM\bin\Debug\IM.exe.config
文件 7703 2012-06-08 09:25 SolutionCorpIM\IM\bin\Debug\IM.exe.manifest
文件 95744 2012-06-08 09:25 SolutionCorpIM\IM\bin\Debug\IM.pdb
文件 1591 2012-06-08 09:25 SolutionCorpIM\IM\bin\Debug\IM.vshost.application
文件 11608 2013-05-17 11:07 SolutionCorpIM\IM\bin\Debug\IM.vshost.exe
文件 485 2012-06-08 08:25 SolutionCorpIM\IM\bin\Debug\IM.vshost.exe.config
文件 7703 2012-06-08 09:25 SolutionCorpIM\IM\bin\Debug\IM.vshost.exe.manifest
文件 47104 2012-06-08 09:25 SolutionCorpIM\IM\bin\Debug\IM_Emp.exe
文件 79360 2012-06-08 09:25 SolutionCorpIM\IM\bin\Debug\IM_Emp.pdb
文件 6656 2012-06-08 09:25 SolutionCorpIM\IM\bin\Debug\Lib.BLL.dll
文件 22016 2012-06-08 09:25 SolutionCorpIM\IM\bin\Debug\Lib.BLL.pdb
文件 4608 2012-06-08 09:25 SolutionCorpIM\IM\bin\Debug\Lib.DBFactory.dll
文件 11776 2012-06-08 09:25 SolutionCorpIM\IM\bin\Debug\Lib.DBFactory.pdb
文件 5120 2012-06-08 09:25 SolutionCorpIM\IM\bin\Debug\Lib.IDAL.dll
文件 7680 2012-06-08 09:25 SolutionCorpIM\IM\bin\Debug\Lib.IDAL.pdb
文件 8704 2012-06-08 09:25 SolutionCorpIM\IM\bin\Debug\Lib.Models.dll
文件 32256 2012-06-08 09:25 SolutionCorpIM\IM\bin\Debug\Lib.Models.pdb
文件 5632 2012-06-08 09:25 SolutionCorpIM\IM\bin\Debug\Lib.SQLDBUtility.dll
文件 13824 2012-06-08 09:25 SolutionCorpIM\IM\bin\Debug\Lib.SQLDBUtility.pdb
文件 11776 2012-06-08 09:25 SolutionCorpIM\IM\bin\Debug\Lib.SQLServerDAL.dll
文件 28160 2012-06-08 09:25 SolutionCorpIM\IM\bin\Debug\Lib.SQLServerDAL.pdb
文件 2818 2012-06-07 18:46 SolutionCorpIM\IM\FormAddDepart.cs
文件 6090 2012-06-07 18:46 SolutionCorpIM\IM\FormAddDepart.Designer.cs
文件 7285 2012-06-07 18:46 SolutionCorpIM\IM\FormAddDepart.resx
文件 4892 2012-06-07 18:46 SolutionCorpIM\IM\FormAddUsers.cs
文件 11958 2012-06-07 18:46 SolutionCorpIM\IM\FormAddUsers.Designer.cs
文件 8940 2012-06-07 18:46 SolutionCorpIM\IM\FormAddUsers.resx
............此处省略333个文件信息
- 上一篇:WCF实现的简单聊天室
- 下一篇:OPC 异步通信
相关资源
- 串口通信(serialport)
- Asp.Net 实现与 Ucenter通信
- 对数据报进行加密保障通信安全
- VB.NET UDP最全通信案例
- Remoting通信例程(附服务器端以及客户
- Tcp通信示例源码(含服务器端以及客
- Tcp通信(附服务器端以及客户端)
- SerialportSample(3)2008 c#串口通信
- serialport 一个比较完整串口通信程序
- CSharp_Serial C#编写的串口通信程序
- TCP TCP通信C#代码
- Com 基于C#语言的一个串口通信上位机
- CSharp-udp-tcp 使用C#实现TCP和UDP两种方式
- TCP-IP C#写的TCP的client和server的程序
- IM IM即时通讯 wpf 界面
- chuankoutongxin 完全实现多串口通信
- COMTools_v2.0 C# 串口调试助手源代码。检
- wpf-serial c# wpf串口通信软件
- CSharpomron-Ethernet-PlcConn_Tcp 用于欧姆龙
- Modbus C# 写的串口通信程序源码
- RS232 用C#通过RS232来实现串口通信
- C#通过Kepserver 与PLC通信配置及C#实现读
- Prodave6工具包C#源码及
- socketTCP通信心跳包
- C#利用Socket实现客户端之间直接通信
- C# TCP网络通信:多人聊天发文件
- 三菱Q系列PLC通信协议C#实现
- C#实现的简单串口通信程序
- C#串口通信上位机含源代码
- C#通过串口通信读取电子称上数据
评论
共有 条评论