嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
利用WPF与WCF实现聊天室功能
.
├── Lab_5
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── ChatCline.xaml
│ ├── ChatCline.xaml.cs
│ ├── Connected Services
│ │ └── ServiceReference1
│ │ ├── IService.wsdl
│ │ ├── IService.xsd
│ │ ├── Reference.cs
│ │ ├── Reference.svcmap
│ │ ├── configuration.svcinfo
│ │ ├── configuration91.svcinfo
│ │ ├── service.wsdl
│ │ └── service.xsd
│ ├── Lab_5.csproj
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── bin
│ │ └── Debug
│ │ ├── Lab_5.exe
│ │ ├── Lab_5.exe.config
│ │ └── Lab_5.pdb
│ └── obj
│ └── Debug
│ ├── App.g.cs
│ ├── App.g.i.cs
│ ├── ChatCline.baml
│ ├── ChatCline.g.cs
│ ├── ChatCline.g.i.cs
│ ├── DesignTimeResolveAssemblyReferences.cache
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── Lab_5.Properties.Resources.resources
│ ├── Lab_5.csproj.AssemblyReference.cache
│ ├── Lab_5.csproj.CoreCompileInputs.cache
│ ├── Lab_5.csproj.FileListAbsolute.txt
│ ├── Lab_5.csproj.GenerateResource.cache
│ ├── Lab_5.exe
│ ├── Lab_5.g.resources
│ ├── Lab_5.pdb
│ ├── Lab_5_MarkupCompile.cache
│ ├── Lab_5_MarkupCompile.lref
│ ├── MainWindow.baml
│ ├── MainWindow.g.cs
│ ├── MainWindow.g.i.cs
│ └── TempPE
├── Lab_5.sln
├── WcfServiceLibrary1
│ ├── App.config
│ ├── CC.cs
│ ├── IService1.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Service1.cs
│ ├── Users.cs
│ ├── WcfServiceLibrary1.csproj
│ ├── bin
│ │ └── Debug
│ │ ├── WcfServiceLibrary1.dll
│ │ ├── WcfServiceLibrary1.dll.config
│ │ └── WcfServiceLibrary1.pdb
│ └── obj
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── TempPE
│ ├── WcfConfigValidationData.tmp
│ ├── WcfServiceLibrary1.csproj.AssemblyReference.cache
│ ├── WcfServiceLibrary1.csproj.CoreCompileInputs.cache
│ ├── WcfServiceLibrary1.csproj.FileListAbsolute.txt
│ ├── WcfServiceLibrary1.dll
│ └── WcfServiceLibrary1.pdb
└── 利用WPF与WCF实现聊天室功能.zip
16 directories, 63 files