源码 | C# remoting聊天室源码 |
图标 | ![]() |
分类 | 源码下载-软件开发-C#源码-C#聊天室源码 C#源码 |
语言 | 简体中文 |
大小 | 45KB |
软件类型 | 国产软件 |
发布时间 | |
用户评分 | 4 |
备案号 | |
官方网址 | |
软件授权 | 免费软件 |
操作系统 | c# |
厂商 | |
下载 | ![]() |
介绍 |
使用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 |
截图 | |
随便看 |
|
网盟提供免费网站源码下载(asp源码,php源码,.net源码),源码动态,使用教程和源码评测;为站长推介有价值的源码,为开发者宣传源码作品。