嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 4 元微信扫码支付:4 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
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