• 大小: 0.61M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 通信  

资源简介

分为客服客户端和服务器端,采用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个文件信息

评论

共有 条评论