基本信息
源码名称:聊天室源码(c# remoting)
源码大小:0.09M
文件格式:.rar
开发语言:C#
更新时间:2023-07-13
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
用C#编的聊天工具的程序, 此程序是一款用与REMOTING技术的程序
文件清单
└── ChatterWorld remoting
├── Chatter
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── Chatter.exe
│ │ ├── Chatter.pdb
│ │ ├── InterfacesChatterWorld.dll
│ │ └── InterfacesChatterWorld.pdb
│ ├── Chatter.cs
│ ├── Chatter.csproj
│ ├── Chatter.csproj.user
│ ├── Form1.cs
│ ├── Form1.resx
│ └── obj
│ └── Debug
│ ├── Chatter.exe
│ ├── Chatter.Form1.resources
│ ├── Chatter.pdb
│ ├── Chatter.projdata
│ ├── temp
│ └── TempPE
├── InterfacesChatterWorld
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── InterfacesChatterWorld.dll
│ │ └── InterfacesChatterWorld.pdb
│ ├── InterfacesChatterWorld.csproj
│ ├── InterfacesChatterWorld.csproj.user
│ ├── InterfacesChatterWorld.sln
│ ├── InterfacesChatterWorld.suo
│ ├── Interfaces.cs
│ └── obj
│ └── Debug
│ ├── InterfacesChatterWorld.dll
│ ├── InterfacesChatterWorld.pdb
│ ├── InterfacesChatterWorld.projdata
│ ├── temp
│ └── TempPE
└── Room
├── AssemblyInfo.cs
├── bin
│ └── Debug
│ ├── InterfacesChatterWorld.dll
│ ├── InterfacesChatterWorld.pdb
│ ├── Room.exe
│ └── Room.pdb
├── Form1.cs
├── Form1.resx
├── obj
│ └── Debug
│ ├── Room.exe
│ ├── Room.Form1.resources
│ ├── Room.pdb
│ ├── Room.projdata
│ ├── temp
│ └── TempPE
├── Room.cs
├── Room.csproj
└── Room.csproj.user
22 directories, 39 files
用C#编的聊天工具的程序, 此程序是一款用与REMOTING技术的程序
文件清单
└── ChatterWorld remoting
├── Chatter
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── Chatter.exe
│ │ ├── Chatter.pdb
│ │ ├── InterfacesChatterWorld.dll
│ │ └── InterfacesChatterWorld.pdb
│ ├── Chatter.cs
│ ├── Chatter.csproj
│ ├── Chatter.csproj.user
│ ├── Form1.cs
│ ├── Form1.resx
│ └── obj
│ └── Debug
│ ├── Chatter.exe
│ ├── Chatter.Form1.resources
│ ├── Chatter.pdb
│ ├── Chatter.projdata
│ ├── temp
│ └── TempPE
├── InterfacesChatterWorld
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── InterfacesChatterWorld.dll
│ │ └── InterfacesChatterWorld.pdb
│ ├── InterfacesChatterWorld.csproj
│ ├── InterfacesChatterWorld.csproj.user
│ ├── InterfacesChatterWorld.sln
│ ├── InterfacesChatterWorld.suo
│ ├── Interfaces.cs
│ └── obj
│ └── Debug
│ ├── InterfacesChatterWorld.dll
│ ├── InterfacesChatterWorld.pdb
│ ├── InterfacesChatterWorld.projdata
│ ├── temp
│ └── TempPE
└── Room
├── AssemblyInfo.cs
├── bin
│ └── Debug
│ ├── InterfacesChatterWorld.dll
│ ├── InterfacesChatterWorld.pdb
│ ├── Room.exe
│ └── Room.pdb
├── Form1.cs
├── Form1.resx
├── obj
│ └── Debug
│ ├── Room.exe
│ ├── Room.Form1.resources
│ ├── Room.pdb
│ ├── Room.projdata
│ ├── temp
│ └── TempPE
├── Room.cs
├── Room.csproj
└── Room.csproj.user
22 directories, 39 files