嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
多人聊天室系统C#版
多人聊天室系统 类似QQ的聊天系统 C#版本 P2P
.
├── 聊天室客户端3.1
│ ├── 聊天室程序
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── RtfEditor.dll
│ │ │ ├── 聊天室程序.exe
│ │ │ ├── 聊天室程序.pdb
│ │ │ ├── 聊天室程序.vshost.exe
│ │ │ └── 聊天室程序.vshost.exe.manifest
│ │ ├── log.Designer.cs
│ │ ├── log.cs
│ │ ├── log.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── Refactor
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── TempPE
│ │ │ ├── 聊天室程序.Properties.Resources.resources
│ │ │ ├── 聊天室程序.chatface.resources
│ │ │ ├── 聊天室程序.csproj.FileListAbsolute.txt
│ │ │ ├── 聊天室程序.csproj.GenerateResource.Cache
│ │ │ ├── 聊天室程序.exe
│ │ │ ├── 聊天室程序.log.resources
│ │ │ ├── 聊天室程序.pdb
│ │ │ ├── 聊天室客户端.csproj.FileListAbsolute.txt
│ │ │ └── 聊天室客户端.csproj.GenerateResource.Cache
│ │ └── 聊天室客户端.csproj
│ ├── 聊天室程序.suo
│ ├── 聊天室客户端.sln
│ └── 聊天室客户端.suo
├── 聊天室服务器端 3.1
│ ├── 聊天室服务器端
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── 聊天室服务器端.pdb
│ │ │ ├── 聊天室服务器端.sln
│ │ │ ├── 聊天室服务器端.suo
│ │ │ ├── 聊天室服务器端.vshost.exe
│ │ │ └── 聊天室服务器端.vshost.exe.manifest
│ │ ├── client.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── Refactor
│ │ │ ├── TempPE
│ │ │ ├── 聊天室服务器端.Form1.resources
│ │ │ ├── 聊天室服务器端.Properties.Resources.resources
│ │ │ ├── 聊天室服务器端.csproj.FileListAbsolute.txt
│ │ │ ├── 聊天室服务器端.csproj.GenerateResource.Cache
│ │ │ ├── 聊天室服务器端.exe
│ │ │ └── 聊天室服务器端.pdb
│ │ └── 聊天室服务器端.csproj
│ ├── 聊天室服务器端.sln
│ └── 聊天室服务器端.suo
└── 多人聊天室系统C#版.zip
18 directories, 56 files