資源簡介
分為客服客戶端和服務(wù)器端,采用Socket編程實(shí)現(xiàn)。
代碼片段和文件信息
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實(shí)現(xiàn)的簡單聊天室
- 下一篇:OPC 異步通信
評論
共有 條評論