嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
Socket局域网聊天室
├── Socket
│ ├── App.config
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── bin
│ │ ├── Debug
│ │ └── Release
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ └── TempPE
│ ├── 客户端.Designer.cs
│ ├── 客户端.cs
│ ├── 客户端.resx
│ └── 局域网客户端.csproj
├── Socket局域网聊天室
│ ├── App.config
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Socket局域网聊天室.csproj
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Socket局域网聊天室.exe
│ │ │ ├── Socket局域网聊天室.exe.config
│ │ │ ├── Socket局域网聊天室.pdb
│ │ │ ├── 客户端.exe
│ │ │ ├── 客户端.exe.config
│ │ │ └── 客户端.pdb
│ │ └── Release
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Socket局域网聊天室.Properties.Resources.resources
│ │ ├── Socket局域网聊天室.csproj.CopyComplete
│ │ ├── Socket局域网聊天室.csproj.CoreCompileInputs.cache
│ │ ├── Socket局域网聊天室.csproj.FileListAbsolute.txt
│ │ ├── Socket局域网聊天室.csproj.GenerateResource.cache
│ │ ├── Socket局域网聊天室.csprojAssemblyReference.cache
│ │ ├── Socket局域网聊天室.exe
│ │ ├── Socket局域网聊天室.pdb
│ │ ├── Socket局域网聊天室.服务端.resources
│ │ └── TempPE
│ ├── 服务端.Designer.cs
│ ├── 服务端.cs
│ └── 服务端.resx
├── Socket局域网聊天室.sln
└── 客户端
├── App.config
├── Form1.Designer.cs
├── Form1.cs
├── Form1.resx
├── Program.cs
├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── bin
│ └── Debug
│ ├── 客户端.exe
│ ├── 客户端.exe.config
│ └── 客户端.pdb
├── obj
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── TempPE
│ ├── 客户端.Form1.resources
│ ├── 客户端.Properties.Resources.resources
│ ├── 客户端.csproj.CoreCompileInputs.cache
│ ├── 客户端.csproj.FileListAbsolute.txt
│ ├── 客户端.csproj.GenerateResource.cache
│ ├── 客户端.csprojAssemblyReference.cache
│ ├── 客户端.exe
│ └── 客户端.pdb
└── 客户端.csproj
23 directories, 64 files