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

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

本次赞助数额为: 4 元 
   源码介绍
C#简单聊天室

.
├── C#简单聊天室_TalkService.zip
└── TalkService
    ├── TalkService
    │   ├── App_Data
    │   ├── Properties
    │   │   └── AssemblyInfo.cs
    │   ├── Service1.svc
    │   ├── Service1.svc.cs
    │   ├── TalkIService.cs
    │   ├── TalkService.csproj
    │   ├── TalkService.csproj.user
    │   ├── User.cs
    │   ├── Users.cs
    │   ├── Web.Debug.config
    │   ├── Web.Release.config
    │   ├── Web.config
    │   ├── bin
    │   │   ├── TalkService.dll
    │   │   ├── TalkService.dll.config
    │   │   └── TalkService.pdb
    │   └── obj
    │       └── Debug
    │           ├── DesignTimeResolveAssemblyReferencesInput.cache
    │           ├── TalkService.csproj.AssemblyReference.cache
    │           ├── TalkService.csproj.CoreCompileInputs.cache
    │           ├── TalkService.csproj.FileListAbsolute.txt
    │           ├── TalkService.dll
    │           ├── TalkService.pdb
    │           └── TempPE
    ├── TalkService.sln
    └── TalkWpf
        ├── App.config
        ├── App.xaml
        ├── App.xaml.cs
        ├── Connected Services
        │   └── ServiceReference1
        │       ├── Reference.cs
        │       ├── Reference.svcmap
        │       ├── Service1.disco
        │       ├── Service1.wsdl
        │       ├── Service1.xsd
        │       ├── Service11.xsd
        │       ├── configuration.svcinfo
        │       └── configuration91.svcinfo
        ├── MainWindow.xaml
        ├── MainWindow.xaml.cs
        ├── Properties
        │   ├── AssemblyInfo.cs
        │   ├── Resources.Designer.cs
        │   ├── Resources.resx
        │   ├── Settings.Designer.cs
        │   └── Settings.settings
        ├── TalkWpf.csproj
        ├── bin
        │   └── Debug
        │       ├── TalkWpf.exe
        │       ├── TalkWpf.exe.config
        │       └── TalkWpf.pdb
        └── obj
            └── Debug
                ├── App.g.cs
                ├── App.g.i.cs
                ├── DesignTimeResolveAssemblyReferencesInput.cache
                ├── MainWindow.baml
                ├── MainWindow.g.cs
                ├── MainWindow.g.i.cs
                ├── TalkWpf.Properties.Resources.resources
                ├── TalkWpf.csproj.AssemblyReference.cache
                ├── TalkWpf.csproj.CoreCompileInputs.cache
                ├── TalkWpf.csproj.FileListAbsolute.txt
                ├── TalkWpf.csproj.GenerateResource.cache
                ├── TalkWpf.exe
                ├── TalkWpf.g.resources
                ├── TalkWpf.pdb
                ├── TalkWpf_MarkupCompile.cache
                ├── TalkWpf_MarkupCompile.i.cache
                ├── TalkWpf_MarkupCompile.i.lref
                ├── TalkWpf_MarkupCompile.lref
                └── TempPE
                    ├── Connected Services.ServiceReference1.Reference.cs.dll
                    └── Properties.Resources.Designer.cs.dll

17 directories, 64 files