基本信息
源码名称:用c#编写的udp聊天室程序
源码大小:0.08M
文件格式:.zip
开发语言:C#
更新时间:2023-10-28
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
用c#编写的udp聊天室程序
本程序是基于C#语言,udp类编写的,主要用于工作的办公室,如果不能上qq,就用一些简单实用的程序代替,方便简易

.
├── E01-UdpChatExample
│   ├── Backup
│   │   ├── UdpChatExample
│   │   │   ├── FormChat.Designer.cs
│   │   │   ├── FormChat.cs
│   │   │   ├── FormChat.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── UdpChatExample.csproj
│   │   ├── UdpChatExample.sln
│   │   └── UdpChatExample.suo
│   ├── UdpChatExample
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── FormChat.Designer.cs
│   │   ├── FormChat.cs
│   │   ├── FormChat.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── UdpChatExample.csproj
│   │   ├── UdpChatExample.csproj.user
│   │   ├── app.config
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── UdpChatExample.exe
│   │   │   │   ├── UdpChatExample.exe.config
│   │   │   │   ├── UdpChatExample.pdb
│   │   │   │   ├── UdpChatExample.vshost.exe
│   │   │   │   ├── UdpChatExample.vshost.exe.config
│   │   │   │   └── UdpChatExample.vshost.exe.manifest
│   │   │   └── Release
│   │   └── obj
│   │       ├── Debug
│   │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │       │   ├── GenerateResource.read.1.tlog
│   │       │   ├── GenerateResource.write.1.tlog
│   │       │   ├── Refactor
│   │       │   ├── TempPE
│   │       │   │   └── Properties.Resources.Designer.cs.dll
│   │       │   ├── UdpChatExample.FormChat.resources
│   │       │   ├── UdpChatExample.Properties.Resources.resources
│   │       │   ├── UdpChatExample.csproj.FileListAbsolute.txt
│   │       │   ├── UdpChatExample.csproj.GenerateResource.Cache
│   │       │   ├── UdpChatExample.exe
│   │       │   ├── UdpChatExample1.FormChat.resources
│   │       │   ├── UdpChatExample1.Properties.Resources.resources
│   │       │   └── UdpChatExample1.csproj.GenerateResource.Cache
│   │       ├── UdpChatExample.csproj.FileList.txt
│   │       └── UdpChatExample1.csproj.FileList.txt
│   ├── UdpChatExample.sln
│   ├── UdpChatExample.suo
│   ├── UpgradeLog.XML
│   └── _UpgradeReport_Files
│       ├── UpgradeReport.css
│       ├── UpgradeReport.xslt
│       ├── UpgradeReport_Minus.gif
│       └── UpgradeReport_Plus.gif
└── 用c#编写的udp聊天室程序_E01-UdpChatExample.zip

14 directories, 55 files