在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → Windows 8 app C# 实例源码C

Windows 8 app C# 实例源码C

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:2.51M
  • 下载次数:3
  • 浏览次数:49
  • 发布时间:2023-12-20
  • 实例类别:C#语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.rar
  • 所需积分:2
 相关标签: windows window wind app C#

实例介绍

【实例简介】Windows 8 app  C# 实例源码C
Windows 8 App Samples C#版 C部分 c# win8实例源码 学习window8 应用程序的微软官方实例 内容全面 代码精炼 值得学习

【实例截图】

from clipboard

【核心代码】

.
├── Calendar details and math sample
│   ├── C#
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── CalendarEnumerationAndMath.xaml
│   │   ├── CalendarEnumerationAndMath.xaml.cs
│   │   ├── CalendarSample.csproj
│   │   ├── CalendarSample.sln
│   │   ├── Constants.cs
│   │   ├── DisplayCalendarData.xaml
│   │   ├── DisplayCalendarData.xaml.cs
│   │   ├── DisplayCalendarStatistics.xaml
│   │   ├── DisplayCalendarStatistics.xaml.cs
│   │   ├── MainPage.xaml
│   │   ├── MainPage.xaml.cs
│   │   ├── Package.appxmanifest
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── assets
│   │   │   ├── microsoft-sdk.png
│   │   │   ├── placeholder-sdk.png
│   │   │   ├── smallTile-sdk.png
│   │   │   ├── splash-sdk.png
│   │   │   ├── squareTile-sdk.png
│   │   │   ├── storeLogo-sdk.png
│   │   │   ├── tile-sdk.png
│   │   │   └── windows-sdk.png
│   │   ├── common
│   │   │   ├── LayoutAwarePage.cs
│   │   │   └── StandardStyles.xaml
│   │   └── sample-utils
│   │       ├── SampleTemplateStyles.xaml
│   │       └── SuspensionManager.cs
│   ├── description
│   │   ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│   │   ├── Brand.css
│   │   ├── Combined.css
│   │   ├── Galleries.css
│   │   ├── Layout.css
│   │   ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│   │   ├── iframedescription.css
│   │   └── offline.js
│   ├── description.html
│   └── license.rtf
├── CameraCaptureUI Sample
│   ├── C#
│   │   ├── Assets
│   │   │   ├── microsoft-sdk.png
│   │   │   ├── placeholder-sdk.png
│   │   │   ├── smallTile-sdk.png
│   │   │   ├── splash-sdk.png
│   │   │   ├── squareTile-sdk.png
│   │   │   ├── storeLogo-sdk.png
│   │   │   ├── tile-sdk.png
│   │   │   └── windows-sdk.png
│   │   ├── CameraCapture.csproj
│   │   ├── CameraCapture.sln
│   │   ├── CapturePhoto.xaml
│   │   ├── CapturePhoto.xaml.cs
│   │   ├── CaptureVideo.xaml
│   │   ├── CaptureVideo.xaml.cs
│   │   ├── Common
│   │   │   ├── layoutawarepage.cs
│   │   │   └── standardstyles.xaml
│   │   ├── Constants.cs
│   │   ├── Package.appxmanifest
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Sample-Utils
│   │   │   ├── sampletemplatestyles.xaml
│   │   │   └── suspensionmanager.cs
│   │   ├── app.xaml
│   │   ├── app.xaml.cs
│   │   ├── mainpage.xaml
│   │   └── mainpage.xaml.cs
│   ├── description
│   │   ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│   │   ├── Brand.css
│   │   ├── Combined.css
│   │   ├── Galleries.css
│   │   ├── Layout.css
│   │   ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│   │   ├── iframedescription.css
│   │   └── offline.js
│   ├── description.html
│   └── license.rtf
├── CameraOptionsUI Sample
│   ├── C#
│   │   ├── Assets
│   │   │   ├── microsoft-sdk.png
│   │   │   ├── placeholder-sdk.png
│   │   │   ├── smallTile-sdk.png
│   │   │   ├── splash-sdk.png
│   │   │   ├── squareTile-sdk.png
│   │   │   ├── storeLogo-sdk.png
│   │   │   ├── tile-sdk.png
│   │   │   └── windows-sdk.png
│   │   ├── CameraOptions.csproj
│   │   ├── CameraOptions.sln
│   │   ├── Common
│   │   │   ├── layoutawarepage.cs
│   │   │   └── standardstyles.xaml
│   │   ├── Constants.cs
│   │   ├── Package.appxmanifest
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Sample-Utils
│   │   │   ├── sampletemplatestyles.xaml
│   │   │   └── suspensionmanager.cs
│   │   ├── ShowOptionsUI.xaml
│   │   ├── ShowOptionsUI.xaml.cs
│   │   ├── app.xaml
│   │   ├── app.xaml.cs
│   │   ├── mainpage.xaml
│   │   └── mainpage.xaml.cs
│   ├── description
│   │   ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│   │   ├── Brand.css
│   │   ├── Combined.css
│   │   ├── Galleries.css
│   │   ├── Layout.css
│   │   ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│   │   ├── iframedescription.css
│   │   └── offline.js
│   ├── description.html
│   └── license.rtf
├── Certificate enrollment sample
│   ├── C#
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── CertificateEnrollment.csproj
│   │   ├── CertificateEnrollment.sln
│   │   ├── Constants.cs
│   │   ├── MainPage.xaml
│   │   ├── MainPage.xaml.cs
│   │   ├── Package.appxmanifest
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Resources.resw
│   │   ├── Scenario_Enroll.xaml
│   │   ├── Scenario_Enroll.xaml.cs
│   │   ├── Scenario_Import.xaml
│   │   ├── Scenario_Import.xaml.cs
│   │   ├── assets
│   │   │   ├── microsoft-sdk.png
│   │   │   ├── placeholder-sdk.png
│   │   │   ├── smallTile-sdk.png
│   │   │   ├── splash-sdk.png
│   │   │   ├── squareTile-sdk.png
│   │   │   ├── storeLogo-sdk.png
│   │   │   ├── tile-sdk.png
│   │   │   └── windows-sdk.png
│   │   ├── common
│   │   │   ├── LayoutAwarePage.cs
│   │   │   └── StandardStyles.xaml
│   │   └── sample-utils
│   │       ├── SampleTemplateStyles.xaml
│   │       └── SuspensionManager.cs
│   ├── description
│   │   ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│   │   ├── Brand.css
│   │   ├── Combined.css
│   │   ├── Galleries.css
│   │   ├── Layout.css
│   │   ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│   │   ├── iframedescription.css
│   │   └── offline.js
│   ├── description.html
│   └── license.rtf
├── Check if current session is remote sample
│   ├── C#
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── Constants.cs
│   │   ├── IsRemoteSession.csproj
│   │   ├── IsRemoteSession.sln
│   │   ├── MainPage.xaml
│   │   ├── MainPage.xaml.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── RemoteSession.xaml
│   │   ├── RemoteSession.xaml.cs
│   │   ├── assets
│   │   │   ├── microsoft-sdk.png
│   │   │   ├── placeholder-sdk.png
│   │   │   ├── smallTile-sdk.png
│   │   │   ├── splash-sdk.png
│   │   │   ├── squareTile-sdk.png
│   │   │   ├── storeLogo-sdk.png
│   │   │   ├── tile-sdk.png
│   │   │   └── windows-sdk.png
│   │   ├── common
│   │   │   ├── LayoutAwarePage.cs
│   │   │   └── StandardStyles.xaml
│   │   ├── package.appxmanifest
│   │   └── sample-utils
│   │       ├── SampleTemplateStyles.xaml
│   │       └── SuspensionManager.cs
│   ├── description
│   │   ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│   │   ├── Brand.css
│   │   ├── Combined.css
│   │   ├── Galleries.css
│   │   ├── Layout.css
│   │   ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│   │   ├── iframedescription.css
│   │   └── offline.js
│   ├── description.html
│   └── license.rtf
├── Clipboard app sample
│   ├── C#
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── Clipboard.csproj
│   │   ├── Clipboard.sln
│   │   ├── Constants.cs
│   │   ├── CopyFile.xaml
│   │   ├── CopyFile.xaml.cs
│   │   ├── CopyImage.xaml
│   │   ├── CopyImage.xaml.cs
│   │   ├── CopyText.xaml
│   │   ├── CopyText.xaml.cs
│   │   ├── MainPage.xaml
│   │   ├── MainPage.xaml.cs
│   │   ├── OtherScenarios.xaml
│   │   ├── OtherScenarios.xaml.cs
│   │   ├── Package.appxmanifest
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── assets
│   │   │   ├── microsoft-sdk.png
│   │   │   ├── placeholder-sdk.png
│   │   │   ├── smallTile-sdk.png
│   │   │   ├── splash-sdk.png
│   │   │   ├── squareTile-sdk.png
│   │   │   ├── storeLogo-sdk.png
│   │   │   ├── tile-sdk.png
│   │   │   └── windows-sdk.png
│   │   ├── common
│   │   │   ├── LayoutAwarePage.cs
│   │   │   └── StandardStyles.xaml
│   │   └── sample-utils
│   │       ├── SampleTemplateStyles.xaml
│   │       └── SuspensionManager.cs
│   ├── description
│   │   ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│   │   ├── Brand.css
│   │   ├── Combined.css
│   │   ├── Galleries.css
│   │   ├── Layout.css
│   │   ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│   │   ├── iframedescription.css
│   │   └── offline.js
│   ├── description.html
│   └── license.rtf
├── Compass sensor sample
│   ├── C#
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── CompassCS.csproj
│   │   ├── CompassCS.sln
│   │   ├── MainPage.xaml
│   │   ├── MainPage.xaml.cs
│   │   ├── Package.appxmanifest
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Scenario1.xaml
│   │   ├── Scenario1.xaml.cs
│   │   ├── Scenario2.xaml
│   │   ├── Scenario2.xaml.cs
│   │   ├── assets
│   │   │   ├── microsoft-sdk.png
│   │   │   ├── placeholder-sdk.png
│   │   │   ├── smallTile-sdk.png
│   │   │   ├── splash-sdk.png
│   │   │   ├── squareTile-sdk.png
│   │   │   ├── storeLogo-sdk.png
│   │   │   ├── tile-sdk.png
│   │   │   └── windows-sdk.png
│   │   ├── common
│   │   │   ├── LayoutAwarePage.cs
│   │   │   └── StandardStyles.xaml
│   │   ├── constants.cs
│   │   └── sample-utils
│   │       ├── SampleTemplateStyles.xaml
│   │       └── SuspensionManager.cs
│   ├── description
│   │   ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│   │   ├── Brand.css
│   │   ├── Combined.css
│   │   ├── Galleries.css
│   │   ├── Layout.css
│   │   ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│   │   ├── iframedescription.css
│   │   └── offline.js
│   ├── description.html
│   └── license.rtf
├── Compression sample
│   ├── C#
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── Compression.csproj
│   │   ├── Compression.sln
│   │   ├── Constants.cs
│   │   ├── MainPage.xaml
│   │   ├── MainPage.xaml.cs
│   │   ├── Package.appxmanifest
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Scenario1.xaml
│   │   ├── Scenario1.xaml.cs
│   │   ├── assets
│   │   │   ├── microsoft-sdk.png
│   │   │   ├── placeholder-sdk.png
│   │   │   ├── smallTile-sdk.png
│   │   │   ├── splash-sdk.png
│   │   │   ├── squareTile-sdk.png
│   │   │   ├── storeLogo-sdk.png
│   │   │   ├── tile-sdk.png
│   │   │   └── windows-sdk.png
│   │   ├── common
│   │   │   ├── LayoutAwarePage.cs
│   │   │   └── StandardStyles.xaml
│   │   └── sample-utils
│   │       ├── SampleTemplateStyles.xaml
│   │       └── SuspensionManager.cs
│   ├── description
│   │   ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│   │   ├── Brand.css
│   │   ├── Combined.css
│   │   ├── Galleries.css
│   │   ├── Layout.css
│   │   ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│   │   ├── iframedescription.css
│   │   └── offline.js
│   ├── description.html
│   └── license.rtf
├── Configure keys for media sample
│   ├── C#
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── Constants.cs
│   │   ├── MainPage.xaml
│   │   ├── MainPage.xaml.cs
│   │   ├── MediaButtons.csproj
│   │   ├── MediaButtons.sln
│   │   ├── Package.appxmanifest
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Scenario1.xaml
│   │   ├── Scenario1.xaml.cs
│   │   ├── assets
│   │   │   ├── microsoft-sdk.png
│   │   │   ├── placeholder-sdk.png
│   │   │   ├── smallTile-sdk.png
│   │   │   ├── splash-sdk.png
│   │   │   ├── squareTile-sdk.png
│   │   │   ├── storeLogo-sdk.png
│   │   │   ├── tile-sdk.png
│   │   │   └── windows-sdk.png
│   │   ├── common
│   │   │   ├── LayoutAwarePage.cs
│   │   │   └── StandardStyles.xaml
│   │   ├── images
│   │   │   └── tile-sdk.png
│   │   └── sample-utils
│   │       ├── SampleTemplateStyles.xaml
│   │       └── SuspensionManager.cs
│   ├── description
│   │   ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│   │   ├── Brand.css
│   │   ├── Combined.css
│   │   ├── Galleries.css
│   │   ├── Layout.css
│   │   ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│   │   ├── iframedescription.css
│   │   └── offline.js
│   ├── description.html
│   └── license.rtf
├── Connecting with WebSockets sample
│   ├── C#
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── Common
│   │   │   ├── LayoutAwarePage.cs
│   │   │   └── StandardStyles.xaml
│   │   ├── Constants.cs
│   │   ├── MainPage.xaml
│   │   ├── MainPage.xaml.cs
│   │   ├── Package.appxmanifest
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Scenario1.xaml
│   │   ├── Scenario1.xaml.cs
│   │   ├── Scenario2.xaml
│   │   ├── Scenario2.xaml.cs
│   │   ├── Server
│   │   │   ├── RemoveServer.ps1
│   │   │   ├── SetupServer.ps1
│   │   │   └── website
│   │   │       └── EchoWebSocket.ashx
│   │   ├── WebSocket.csproj
│   │   ├── WebSocket.sln
│   │   ├── assets
│   │   │   ├── microsoft-sdk.png
│   │   │   ├── placeholder-sdk.png
│   │   │   ├── smallTile-sdk.png
│   │   │   ├── splash-sdk.png
│   │   │   ├── squareTile-sdk.png
│   │   │   ├── storeLogo-sdk.png
│   │   │   ├── tile-sdk.png
│   │   │   └── windows-sdk.png
│   │   └── sample-utils
│   │       ├── SampleTemplateStyles.xaml
│   │       └── SuspensionManager.cs
│   ├── description
│   │   ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│   │   ├── Brand.css
│   │   ├── Combined.css
│   │   ├── Galleries.css
│   │   ├── Layout.css
│   │   ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│   │   ├── iframedescription.css
│   │   └── offline.js
│   ├── description.html
│   └── license.rtf
├── Contact Picker app sample
│   ├── C#
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── Assets
│   │   │   ├── microsoft-sdk.png
│   │   │   ├── placeholder-sdk.png
│   │   │   ├── smallTile-sdk.png
│   │   │   ├── splash-sdk.png
│   │   │   ├── squareTile-sdk.png
│   │   │   ├── storeLogo-sdk.png
│   │   │   ├── tile-sdk.png
│   │   │   └── windows-sdk.png
│   │   ├── Common
│   │   │   ├── LayoutAwarePage.cs
│   │   │   └── StandardStyles.xaml
│   │   ├── Constants.cs
│   │   ├── ContactPicker.csproj
│   │   ├── ContactPicker.sln
│   │   ├── ContactPickerPage.xaml
│   │   ├── ContactPickerPage.xaml.cs
│   │   ├── MainPage.xaml
│   │   ├── MainPage.xaml.cs
│   │   ├── MainPagePicker.xaml
│   │   ├── MainPagePicker.xaml.cs
│   │   ├── Package.appxmanifest
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Sample-Utils
│   │   │   ├── SampleTemplateStyles.xaml
│   │   │   └── SuspensionManager.cs
│   │   ├── ScenarioMultiple.xaml
│   │   ├── ScenarioMultiple.xaml.cs
│   │   ├── ScenarioSingle.xaml
│   │   └── ScenarioSingle.xaml.cs
│   ├── description
│   │   ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│   │   ├── Brand.css
│   │   ├── Combined.css
│   │   ├── Galleries.css
│   │   ├── Layout.css
│   │   ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│   │   ├── iframedescription.css
│   │   └── offline.js
│   ├── description.html
│   └── license.rtf
├── Context menu sample
│   ├── C#
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── Assets
│   │   │   ├── attachment.png
│   │   │   ├── microsoft-sdk.png
│   │   │   ├── placeholder-sdk.png
│   │   │   ├── smallTile-sdk.png
│   │   │   ├── splash-sdk.png
│   │   │   ├── squareTile-sdk.png
│   │   │   ├── storeLogo-sdk.png
│   │   │   ├── tile-sdk.png
│   │   │   └── windows-sdk.png
│   │   ├── Constants.cs
│   │   ├── ContextMenu.csproj
│   │   ├── ContextMenu.sln
│   │   ├── MainPage.xaml
│   │   ├── MainPage.xaml.cs
│   │   ├── Package.appxmanifest
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Scenario1.xaml
│   │   ├── Scenario1.xaml.cs
│   │   ├── Scenario2.xaml
│   │   ├── Scenario2.xaml.cs
│   │   ├── common
│   │   │   ├── LayoutAwarePage.cs
│   │   │   └── StandardStyles.xaml
│   │   └── sample-utils
│   │       ├── SampleTemplateStyles.xaml
│   │       └── SuspensionManager.cs
│   ├── description
│   │   ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│   │   ├── Brand.css
│   │   ├── Combined.css
│   │   ├── Galleries.css
│   │   ├── Layout.css
│   │   ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│   │   ├── iframedescription.css
│   │   └── offline.js
│   ├── description.html
│   └── license.rtf
├── ControlChannelTrigger HTTP client sample
│   ├── C#
│   │   ├── Background
│   │   │   ├── Background.CSPROJ
│   │   │   ├── BackgroundTask.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Background.pdb
│   │   │   │       ├── Background.pri
│   │   │   │       ├── Background.winmd
│   │   │   │       ├── HttpClientTransportHelper.dll
│   │   │   │       ├── HttpClientTransportHelper.pdb
│   │   │   │       └── HttpClientTransportHelper.pri
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── Background.compile.pdb
│   │   │           ├── Background.csproj.FileListAbsolute.txt
│   │   │           ├── Background.csprojResolveAssemblyReference.cache
│   │   │           ├── Background.pdb
│   │   │           ├── Background.winmd
│   │   │           ├── Background.winmdobj
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── LanguageQualifiers.txt
│   │   │           ├── LanguageQualifiers.txt.intermediate
│   │   │           ├── TempPE
│   │   │           ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │           ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │           ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │           ├── layout.resfiles
│   │   │           ├── pri.resfiles
│   │   │           ├── priconfig.xml
│   │   │           └── resources.resfiles
│   │   ├── ControlChannelTriggerWithHttpClient
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── ControlChannelTriggerWithHttpClient.csproj
│   │   │   ├── ControlChannelTriggerWithHttpClient.csproj.user
│   │   │   ├── Images
│   │   │   │   ├── badgelogo-sdk.png
│   │   │   │   ├── microsoft-sdk.png
│   │   │   │   ├── placeholder-sdk.png
│   │   │   │   ├── smallTile-sdk.png
│   │   │   │   ├── splash-sdk.png
│   │   │   │   ├── squareTile-sdk.png
│   │   │   │   ├── storeLogo-sdk.png
│   │   │   │   ├── tile-sdk.png
│   │   │   │   └── windows-sdk.png
│   │   │   ├── MainPage.xaml
│   │   │   ├── MainPage.xaml.cs
│   │   │   ├── Package.appxmanifest
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Sample-Utils
│   │   │   │   ├── Constants.cs
│   │   │   │   └── SuspensionManager.cs
│   │   │   ├── ScenarioInput1.xaml
│   │   │   ├── ScenarioInput1.xaml.cs
│   │   │   ├── ScenarioList.xaml
│   │   │   ├── ScenarioList.xaml.cs
│   │   │   ├── ScenarioOutput1.xaml
│   │   │   ├── ScenarioOutput1.xaml.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── App.xaml
│   │   │   │       ├── AppX
│   │   │   │       │   ├── App.xaml
│   │   │   │       │   ├── AppxManifest.xml
│   │   │   │       │   ├── Background.pdb
│   │   │   │       │   ├── Background.winmd
│   │   │   │       │   ├── ControlChannelTriggerWithHttpClient.exe
│   │   │   │       │   ├── ControlChannelTriggerWithHttpClient.pdb
│   │   │   │       │   ├── HttpClientTransportHelper.dll
│   │   │   │       │   ├── HttpClientTransportHelper.pdb
│   │   │   │       │   ├── Images
│   │   │   │       │   │   ├── badgelogo-sdk.png
│   │   │   │       │   │   ├── microsoft-sdk.png
│   │   │   │       │   │   ├── placeholder-sdk.png
│   │   │   │       │   │   ├── smallTile-sdk.png
│   │   │   │       │   │   ├── splash-sdk.png
│   │   │   │       │   │   ├── squareTile-sdk.png
│   │   │   │       │   │   ├── storeLogo-sdk.png
│   │   │   │       │   │   ├── tile-sdk.png
│   │   │   │       │   │   └── windows-sdk.png
│   │   │   │       │   ├── MainPage.xaml
│   │   │   │       │   ├── ScenarioInput1.xaml
│   │   │   │       │   ├── ScenarioList.xaml
│   │   │   │       │   ├── ScenarioOutput1.xaml
│   │   │   │       │   ├── microsoft.system.package.metadata
│   │   │   │       │   │   └── S-1-5-21-2411520820-465835299-2436312925-1001.pckgdep
│   │   │   │       │   ├── resources.pri
│   │   │   │       │   └── vs.appxrecipe
│   │   │   │       ├── AppxManifest.xml
│   │   │   │       ├── Background.pdb
│   │   │   │       ├── Background.pri
│   │   │   │       ├── Background.winmd
│   │   │   │       ├── ControlChannelTriggerWithHttpClient.build.appxrecipe
│   │   │   │       ├── ControlChannelTriggerWithHttpClient.exe
│   │   │   │       ├── ControlChannelTriggerWithHttpClient.pdb
│   │   │   │       ├── HttpClientTransportHelper.dll
│   │   │   │       ├── HttpClientTransportHelper.pdb
│   │   │   │       ├── HttpClientTransportHelper.pri
│   │   │   │       ├── Images
│   │   │   │       │   └── badgelogo-sdk.png
│   │   │   │       ├── MainPage.xaml
│   │   │   │       ├── ScenarioInput1.xaml
│   │   │   │       ├── ScenarioList.xaml
│   │   │   │       ├── ScenarioOutput1.xaml
│   │   │   │       └── resources.pri
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── App.g.cs
│   │   │           ├── App.g.i.cs
│   │   │           ├── App.xaml
│   │   │           ├── ControlChannelTriggerWithHttpClient.csproj.FileListAbsolute.txt
│   │   │           ├── ControlChannelTriggerWithHttpClient.csproj.GenerateResource.Cache
│   │   │           ├── ControlChannelTriggerWithHttpClient.csprojResolveAssemblyReference.cache
│   │   │           ├── ControlChannelTriggerWithHttpClient.exe
│   │   │           ├── ControlChannelTriggerWithHttpClient.pdb
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── LanguageQualifiers.txt
│   │   │           ├── LanguageQualifiers.txt.intermediate
│   │   │           ├── MainPage.g.cs
│   │   │           ├── MainPage.g.i.cs
│   │   │           ├── MainPage.xaml
│   │   │           ├── ProjectArchitectures.txt
│   │   │           ├── ScenarioInput1.g.cs
│   │   │           ├── ScenarioInput1.g.i.cs
│   │   │           ├── ScenarioInput1.xaml
│   │   │           ├── ScenarioList.g.cs
│   │   │           ├── ScenarioList.g.i.cs
│   │   │           ├── ScenarioList.xaml
│   │   │           ├── ScenarioOutput1.g.cs
│   │   │           ├── ScenarioOutput1.g.i.cs
│   │   │           ├── ScenarioOutput1.xaml
│   │   │           ├── TempPE
│   │   │           ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │           ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │           ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │           ├── XamlTypeInfo.g.cs
│   │   │           ├── intermediatexaml
│   │   │           │   ├── ControlChannelTriggerWithHttpClient.exe
│   │   │           │   └── ControlChannelTriggerWithHttpClient.pdb
│   │   │           ├── layout.resfiles
│   │   │           ├── pri.resfiles
│   │   │           ├── priconfig.xml
│   │   │           └── resources.resfiles
│   │   ├── ControlChannelTriggerWithHttpClient.sln
│   │   ├── ControlChannelTriggerWithHttpClient.v11.suo
│   │   ├── HttpClientTransportHelper
│   │   │   ├── CommModule.cs
│   │   │   ├── HttpClientTransportHelper.CSPROJ
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── HttpClientTransportHelper.dll
│   │   │   │       ├── HttpClientTransportHelper.pdb
│   │   │   │       └── HttpClientTransportHelper.pri
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── HttpClientTransportHelper.csproj.FileListAbsolute.txt
│   │   │           ├── HttpClientTransportHelper.dll
│   │   │           ├── HttpClientTransportHelper.pdb
│   │   │           ├── LanguageQualifiers.txt
│   │   │           ├── LanguageQualifiers.txt.intermediate
│   │   │           ├── TempPE
│   │   │           ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │           ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │           ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │           ├── layout.resfiles
│   │   │           ├── pri.resfiles
│   │   │           ├── priconfig.xml
│   │   │           └── resources.resfiles
│   │   └── HttpServer
│   │       ├── RemoveServer.ps1
│   │       ├── SetupServer.ps1
│   │       └── website
│   │           └── default.aspx
│   ├── description
│   │   ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│   │   ├── Brand.css
│   │   ├── Combined.css
│   │   ├── Galleries.css
│   │   ├── Layout.css
│   │   ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│   │   ├── iframedescription.css
│   │   └── offline.js
│   ├── description.html
│   └── license.rtf
├── ControlChannelTrigger StreamSocket sample
│   ├── C#
│   │   ├── Background
│   │   │   ├── Background.CSPROJ
│   │   │   ├── BackgroundTask.cs
│   │   │   └── Properties
│   │   │       └── AssemblyInfo.cs
│   │   ├── ControlChannelTriggerWithStreamSocket
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── ControlChannelTriggerWithStreamSocket.csproj
│   │   │   ├── Images
│   │   │   │   ├── badgelogo-sdk.png
│   │   │   │   ├── microsoft-sdk.png
│   │   │   │   ├── placeholder-sdk.png
│   │   │   │   ├── smallTile-sdk.png
│   │   │   │   ├── splash-sdk.png
│   │   │   │   ├── squareTile-sdk.png
│   │   │   │   ├── storeLogo-sdk.png
│   │   │   │   ├── tile-sdk.png
│   │   │   │   └── windows-sdk.png
│   │   │   ├── MainPage.xaml
│   │   │   ├── MainPage.xaml.cs
│   │   │   ├── Package.appxmanifest
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Sample-Utils
│   │   │   │   ├── Constants.cs
│   │   │   │   └── SuspensionManager.cs
│   │   │   ├── ScenarioInput1.xaml
│   │   │   ├── ScenarioInput1.xaml.cs
│   │   │   ├── ScenarioList.xaml
│   │   │   ├── ScenarioList.xaml.cs
│   │   │   ├── ScenarioOutput1.xaml
│   │   │   └── ScenarioOutput1.xaml.cs
│   │   ├── ControlChannelTriggerWithStreamSocket.sln
│   │   └── StreamSocketTransportHelper
│   │       ├── CommModule.cs
│   │       ├── Properties
│   │       │   └── AssemblyInfo.cs
│   │       └── StreamSocketTransportHelper.CSPROJ
│   ├── description
│   │   ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│   │   ├── Brand.css
│   │   ├── Combined.css
│   │   ├── Galleries.css
│   │   ├── Layout.css
│   │   ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│   │   ├── iframedescription.css
│   │   └── offline.js
│   ├── description.html
│   └── license.rtf
├── ControlChannelTrigger StreamWebSocket sample
│   ├── C#
│   │   ├── Background
│   │   │   ├── Background.CSPROJ
│   │   │   ├── BackgroundTask.cs
│   │   │   └── Properties
│   │   │       └── AssemblyInfo.cs
│   │   ├── ControlChannelTriggerWithStreamWebSocket
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── ControlChannelTriggerWithStreamWebSocket.csproj
│   │   │   ├── Images
│   │   │   │   ├── badgelogo-sdk.png
│   │   │   │   ├── microsoft-sdk.png
│   │   │   │   ├── placeholder-sdk.png
│   │   │   │   ├── smallTile-sdk.png
│   │   │   │   ├── splash-sdk.png
│   │   │   │   ├── squareTile-sdk.png
│   │   │   │   ├── storeLogo-sdk.png
│   │   │   │   ├── tile-sdk.png
│   │   │   │   └── windows-sdk.png
│   │   │   ├── MainPage.xaml
│   │   │   ├── MainPage.xaml.cs
│   │   │   ├── Package.appxmanifest
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Sample-Utils
│   │   │   │   ├── Constants.cs
│   │   │   │   └── SuspensionManager.cs
│   │   │   ├── ScenarioInput1.xaml
│   │   │   ├── ScenarioInput1.xaml.cs
│   │   │   ├── ScenarioList.xaml
│   │   │   ├── ScenarioList.xaml.cs
│   │   │   ├── ScenarioOutput1.xaml
│   │   │   └── ScenarioOutput1.xaml.cs
│   │   ├── ControlChannelTriggerWithStreamWebSocket.sln
│   │   ├── Server
│   │   │   ├── RemoveServer.ps1
│   │   │   ├── SetupServer.ps1
│   │   │   └── website
│   │   │       └── EchoWebSocket.ashx
│   │   └── StreamWebSocketTransportHelper
│   │       ├── CommModule.cs
│   │       ├── Properties
│   │       │   └── AssemblyInfo.cs
│   │       └── StreamWebSocketTransportHelper.CSPROJ
│   ├── description
│   │   ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│   │   ├── Brand.css
│   │   ├── Combined.css
│   │   ├── Galleries.css
│   │   ├── Layout.css
│   │   ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│   │   ├── iframedescription.css
│   │   └── offline.js
│   ├── description.html
│   └── license.rtf
├── Creating a Windows Runtime DLL component with C sample
│   ├── C#,C ,JavaScript
│   │   ├── CPP
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cpp
│   │   │   ├── App.xaml.h
│   │   │   ├── Constants.cpp
│   │   │   ├── Constants.h
│   │   │   ├── CustomException.xaml
│   │   │   ├── CustomException.xaml.cpp
│   │   │   ├── CustomException.xaml.h
│   │   │   ├── CustomExceptionWRL.xaml
│   │   │   ├── CustomExceptionWRL.xaml.cpp
│   │   │   ├── CustomExceptionWRL.xaml.h
│   │   │   ├── MainPage.xaml
│   │   │   ├── MainPage.xaml.cpp
│   │   │   ├── MainPage.xaml.h
│   │   │   ├── OvenClient.xaml
│   │   │   ├── OvenClient.xaml.cpp
│   │   │   ├── OvenClient.xaml.h
│   │   │   ├── OvenClientWRL.xaml
│   │   │   ├── OvenClientWRL.xaml.cpp
│   │   │   ├── OvenClientWRL.xaml.h
│   │   │   ├── WRLInProcessWinRTComponent_client_cpp.vcxproj
│   │   │   ├── WRLInProcessWinRTComponent_client_cpp.vcxproj.filters
│   │   │   ├── assets
│   │   │   │   ├── microsoft-sdk.png
│   │   │   │   ├── placeholder-sdk.png
│   │   │   │   ├── smallTile-sdk.png
│   │   │   │   ├── splash-sdk.png
│   │   │   │   ├── squareTile-sdk.png
│   │   │   │   ├── storeLogo-sdk.png
│   │   │   │   ├── tile-sdk.png
│   │   │   │   └── windows-sdk.png
│   │   │   ├── common
│   │   │   │   ├── LayoutAwarePage.cpp
│   │   │   │   ├── LayoutAwarePage.h
│   │   │   │   └── StandardStyles.xaml
│   │   │   ├── package.appxmanifest
│   │   │   ├── pch.cpp
│   │   │   ├── pch.h
│   │   │   └── sample-utils
│   │   │       ├── CppSamplesUtils.h
│   │   │       └── SampleTemplateStyles.xaml
│   │   ├── CS
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── Constants.cs
│   │   │   ├── CustomException.xaml
│   │   │   ├── CustomException.xaml.cs
│   │   │   ├── MainPage.xaml
│   │   │   ├── MainPage.xaml.cs
│   │   │   ├── OvenClient.xaml
│   │   │   ├── OvenClient.xaml.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── WRLInProcessWinRTComponent_client_cs.csproj
│   │   │   ├── assets
│   │   │   │   ├── microsoft-sdk.png
│   │   │   │   ├── placeholder-sdk.png
│   │   │   │   ├── smallTile-sdk.png
│   │   │   │   ├── splash-sdk.png
│   │   │   │   ├── squareTile-sdk.png
│   │   │   │   ├── storeLogo-sdk.png
│   │   │   │   ├── tile-sdk.png
│   │   │   │   └── windows-sdk.png
│   │   │   ├── common
│   │   │   │   ├── LayoutAwarePage.cs
│   │   │   │   └── StandardStyles.xaml
│   │   │   ├── package.appxmanifest
│   │   │   └── sample-utils
│   │   │       ├── SampleTemplateStyles.xaml
│   │   │       └── SuspensionManager.cs
│   │   ├── JS
│   │   │   ├── WRLInProcessWinRTComponent_client_js.jsproj
│   │   │   ├── css
│   │   │   │   ├── custom-exception.css
│   │   │   │   ├── default.css
│   │   │   │   └── oven-client.css
│   │   │   ├── default.html
│   │   │   ├── html
│   │   │   │   ├── custom-exception.html
│   │   │   │   └── oven-client.html
│   │   │   ├── images
│   │   │   │   ├── microsoft-sdk.png
│   │   │   │   ├── placeholder-sdk.png
│   │   │   │   ├── smallTile-sdk.png
│   │   │   │   ├── splash-sdk.png
│   │   │   │   ├── squareTile-sdk.png
│   │   │   │   ├── storeLogo-sdk.png
│   │   │   │   ├── tile-sdk.png
│   │   │   │   └── windows-sdk.png
│   │   │   ├── js
│   │   │   │   ├── custom-exception.js
│   │   │   │   ├── default.js
│   │   │   │   └── oven-client.js
│   │   │   ├── package.appxmanifest
│   │   │   └── sample-utils
│   │   │       ├── footer.html
│   │   │       ├── header.html
│   │   │       ├── sample-utils.css
│   │   │       ├── sample-utils.js
│   │   │       └── scenario-select.html
│   │   ├── Server
│   │   │   ├── AgileEvent.h
│   │   │   ├── BreadServer.cpp
│   │   │   ├── BreadServer.h
│   │   │   ├── Microsoft.SDKSamples.Kitchen.idl
│   │   │   ├── OvenServer.cpp
│   │   │   ├── OvenServer.def
│   │   │   ├── OvenServer.h
│   │   │   ├── OvenServerPS.def
│   │   │   ├── Server.vcxproj.filters
│   │   │   ├── WRLInProcessWinRTComponentPS.vcxproj
│   │   │   ├── WRLInProcessWinRTComponentPS.vcxproj.filters
│   │   │   ├── WRLInProcessWinRTComponent_server.vcxproj
│   │   │   └── module.cpp
│   │   └── WRLInProcessWinRTComponent.sln
│   ├── description
│   │   ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│   │   ├── Brand.css
│   │   ├── Combined.css
│   │   ├── Galleries.css
│   │   ├── Layout.css
│   │   ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│   │   ├── iframedescription.css
│   │   └── offline.js
│   ├── description.html
│   └── license.rtf
├── Creating a Windows Runtime EXE component with C sample
│   ├── C#,C ,JavaScript
│   │   ├── CPP
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cpp
│   │   │   ├── App.xaml.h
│   │   │   ├── Constants.cpp
│   │   │   ├── Constants.h
│   │   │   ├── CustomException.xaml
│   │   │   ├── CustomException.xaml.cpp
│   │   │   ├── CustomException.xaml.h
│   │   │   ├── CustomExceptionWRL.xaml
│   │   │   ├── CustomExceptionWRL.xaml.cpp
│   │   │   ├── CustomExceptionWRL.xaml.h
│   │   │   ├── MainPage.xaml
│   │   │   ├── MainPage.xaml.cpp
│   │   │   ├── MainPage.xaml.h
│   │   │   ├── OvenClient.xaml
│   │   │   ├── OvenClient.xaml.cpp
│   │   │   ├── OvenClient.xaml.h
│   │   │   ├── OvenClientWRL.xaml
│   │   │   ├── OvenClientWRL.xaml.cpp
│   │   │   ├── OvenClientWRL.xaml.h
│   │   │   ├── WRLOutOfProcessWinRTComponent_client_cpp.vcxproj
│   │   │   ├── WRLOutOfProcessWinRTComponent_client_cpp.vcxproj.filters
│   │   │   ├── assets
│   │   │   │   ├── microsoft-sdk.png
│   │   │   │   ├── placeholder-sdk.png
│   │   │   │   ├── smallTile-sdk.png
│   │   │   │   ├── splash-sdk.png
│   │   │   │   ├── squareTile-sdk.png
│   │   │   │   ├── storeLogo-sdk.png
│   │   │   │   ├── tile-sdk.png
│   │   │   │   └── windows-sdk.png
│   │   │   ├── common
│   │   │   │   ├── LayoutAwarePage.cpp
│   │   │   │   ├── LayoutAwarePage.h
│   │   │   │   └── StandardStyles.xaml
│   │   │   ├── package.appxmanifest
│   │   │   ├── pch.cpp
│   │   │   ├── pch.h
│   │   │   └── sample-utils
│   │   │       ├── CppSamplesUtils.h
│   │   │       └── SampleTemplateStyles.xaml
│   │   ├── CS
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── Constants.cs
│   │   │   ├── CustomException.xaml
│   │   │   ├── CustomException.xaml.cs
│   │   │   ├── MainPage.xaml
│   │   │   ├── MainPage.xaml.cs
│   │   │   ├── OvenClient.xaml
│   │   │   ├── OvenClient.xaml.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── WRLOutOfProcessWinRTComponent_client_cs.csproj
│   │   │   ├── assets
│   │   │   │   ├── microsoft-sdk.png
│   │   │   │   ├── placeholder-sdk.png
│   │   │   │   ├── smallTile-sdk.png
│   │   │   │   ├── splash-sdk.png
│   │   │   │   ├── squareTile-sdk.png
│   │   │   │   ├── storeLogo-sdk.png
│   │   │   │   ├── tile-sdk.png
│   │   │   │   └── windows-sdk.png
│   │   │   ├── common
│   │   │   │   ├── LayoutAwarePage.cs
│   │   │   │   └── StandardStyles.xaml
│   │   │   ├── package.appxmanifest
│   │   │   └── sample-utils
│   │   │       ├── SampleTemplateStyles.xaml
│   │   │       └── SuspensionManager.cs
│   │   ├── JS
│   │   │   ├── WRLOutOfProcessWinRTComponent_client_js.jsproj
│   │   │   ├── css
│   │   │   │   ├── custom-exception.css
│   │   │   │   ├── default.css
│   │   │   │   └── oven-client.css
│   │   │   ├── default.html
│   │   │   ├── html
│   │   │   │   ├── custom-exception.html
│   │   │   │   └── oven-client.html
│   │   │   ├── images
│   │   │   │   ├── microsoft-sdk.png
│   │   │   │   ├── placeholder-sdk.png
│   │   │   │   ├── smallTile-sdk.png
│   │   │   │   ├── splash-sdk.png
│   │   │   │   ├── squareTile-sdk.png
│   │   │   │   ├── storeLogo-sdk.png
│   │   │   │   ├── tile-sdk.png
│   │   │   │   └── windows-sdk.png
│   │   │   ├── js
│   │   │   │   ├── custom-exception.js
│   │   │   │   ├── default.js
│   │   │   │   └── oven-client.js
│   │   │   ├── package.appxmanifest
│   │   │   └── sample-utils
│   │   │       ├── footer.html
│   │   │       ├── header.html
│   │   │       ├── sample-utils.css
│   │   │       ├── sample-utils.js
│   │   │       └── scenario-select.html
│   │   ├── Server
│   │   │   ├── AgileEvent.h
│   │   │   ├── BreadServer.cpp
│   │   │   ├── BreadServer.h
│   │   │   ├── Microsoft.SDKSamples.Kitchen.idl
│   │   │   ├── OvenServer.cpp
│   │   │   ├── OvenServer.h
│   │   │   ├── OvenServerPS.def
│   │   │   ├── Server.vcxproj.filters
│   │   │   ├── WRLOutOfProcessWinRTComponentPS.vcxproj
│   │   │   ├── WRLOutOfProcessWinRTComponentPS.vcxproj.filters
│   │   │   ├── WRLOutOfProcessWinRTComponent_server.vcxproj
│   │   │   └── module.cpp
│   │   └── WRLOutOfProcessWinRTComponent.sln
│   ├── description
│   │   ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│   │   ├── Brand.css
│   │   ├── Combined.css
│   │   ├── Galleries.css
│   │   ├── Layout.css
│   │   ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│   │   ├── iframedescription.css
│   │   └── offline.js
│   ├── description.html
│   └── license.rtf
├── Creating a Windows Runtime in-process component sample (C#)
│   ├── C#,C ,JavaScript
│   │   ├── CPP
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cpp
│   │   │   ├── App.xaml.h
│   │   │   ├── Constants.cpp
│   │   │   ├── Constants.h
│   │   │   ├── CustomException.xaml
│   │   │   ├── CustomException.xaml.cpp
│   │   │   ├── CustomException.xaml.h
│   │   │   ├── CustomExceptionWRL.xaml
│   │   │   ├── CustomExceptionWRL.xaml.cpp
│   │   │   ├── CustomExceptionWRL.xaml.h
│   │   │   ├── MainPage.xaml
│   │   │   ├── MainPage.xaml.cpp
│   │   │   ├── MainPage.xaml.h
│   │   │   ├── OvenClient.xaml
│   │   │   ├── OvenClient.xaml.cpp
│   │   │   ├── OvenClient.xaml.h
│   │   │   ├── OvenClientWRL.xaml
│   │   │   ├── OvenClientWRL.xaml.cpp
│   │   │   ├── OvenClientWRL.xaml.h
│   │   │   ├── ProxyStubsForWinRTComponents_client_cpp.vcxproj
│   │   │   ├── ProxyStubsForWinRTComponents_client_cpp.vcxproj.filters
│   │   │   ├── assets
│   │   │   │   ├── microsoft-sdk.png
│   │   │   │   ├── placeholder-sdk.png
│   │   │   │   ├── smallTile-sdk.png
│   │   │   │   ├── splash-sdk.png
│   │   │   │   ├── squareTile-sdk.png
│   │   │   │   ├── storeLogo-sdk.png
│   │   │   │   ├── tile-sdk.png
│   │   │   │   └── windows-sdk.png
│   │   │   ├── common
│   │   │   │   ├── LayoutAwarePage.cpp
│   │   │   │   ├── LayoutAwarePage.h
│   │   │   │   └── StandardStyles.xaml
│   │   │   ├── package.appxmanifest
│   │   │   ├── pch.cpp
│   │   │   ├── pch.h
│   │   │   └── sample-utils
│   │   │       ├── CppSamplesUtils.h
│   │   │       └── SampleTemplateStyles.xaml
│   │   ├── CS
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── Constants.cs
│   │   │   ├── CustomException.xaml
│   │   │   ├── CustomException.xaml.cs
│   │   │   ├── MainPage.xaml
│   │   │   ├── MainPage.xaml.cs
│   │   │   ├── OvenClient.xaml
│   │   │   ├── OvenClient.xaml.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── ProxyStubsForWinRTComponents_client_cs.csproj
│   │   │   ├── assets
│   │   │   │   ├── microsoft-sdk.png
│   │   │   │   ├── placeholder-sdk.png
│   │   │   │   ├── smallTile-sdk.png
│   │   │   │   ├── splash-sdk.png
│   │   │   │   ├── squareTile-sdk.png
│   │   │   │   ├── storeLogo-sdk.png
│   │   │   │   ├── tile-sdk.png
│   │   │   │   └── windows-sdk.png
│   │   │   ├── common
│   │   │   │   ├── LayoutAwarePage.cs
│   │   │   │   └── StandardStyles.xaml
│   │   │   ├── package.appxmanifest
│   │   │   └── sample-utils
│   │   │       ├── SampleTemplateStyles.xaml
│   │   │       └── SuspensionManager.cs
│   │   ├── JS
│   │   │   ├── ProxyStubsForWinRTComponents_client_js.jsproj
│   │   │   ├── css
│   │   │   │   ├── custom-exception.css
│   │   │   │   ├── default.css
│   │   │   │   └── oven-client.css
│   │   │   ├── default.html
│   │   │   ├── html
│   │   │   │   ├── custom-exception.html
│   │   │   │   └── oven-client.html
│   │   │   ├── images
│   │   │   │   ├── microsoft-sdk.png
│   │   │   │   ├── placeholder-sdk.png
│   │   │   │   ├── smallTile-sdk.png
│   │   │   │   ├── splash-sdk.png
│   │   │   │   ├── squareTile-sdk.png
│   │   │   │   ├── storeLogo-sdk.png
│   │   │   │   ├── tile-sdk.png
│   │   │   │   └── windows-sdk.png
│   │   │   ├── js
│   │   │   │   ├── custom-exception.js
│   │   │   │   ├── default.js
│   │   │   │   └── oven-client.js
│   │   │   ├── package.appxmanifest
│   │   │   └── sample-utils
│   │   │       ├── footer.html
│   │   │       ├── header.html
│   │   │       ├── sample-utils.css
│   │   │       ├── sample-utils.js
│   │   │       └── scenario-select.html
│   │   ├── ProxyStubsForWinRTComponents.sln
│   │   └── Server
│   │       ├── BreadServer.cs
│   │       ├── OvenServer.cs
│   │       ├── OvenServerPS.def
│   │       ├── Properties
│   │       │   └── AssemblyInfo.cs
│   │       ├── ProxyStubsForWinRTComponentsPS.vcxproj
│   │       ├── ProxyStubsForWinRTComponentsPS.vcxproj.filters
│   │       └── ProxyStubsForWinRTComponents_server.csproj
│   ├── description
│   │   ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│   │   ├── Brand.css
│   │   ├── Combined.css
│   │   ├── Galleries.css
│   │   ├── Layout.css
│   │   ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│   │   ├── iframedescription.css
│   │   └── offline.js
│   ├── description.html
│   └── license.rtf
├── Creating a Windows Runtime in-process component sample (C CX)
│   ├── C#,C ,JavaScript
│   │   ├── CPP
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cpp
│   │   │   ├── App.xaml.h
│   │   │   ├── Constants.cpp
│   │   │   ├── Constants.h
│   │   │   ├── CustomException.xaml
│   │   │   ├── CustomException.xaml.cpp
│   │   │   ├── CustomException.xaml.h
│   │   │   ├── CustomExceptionWRL.xaml
│   │   │   ├── CustomExceptionWRL.xaml.cpp
│   │   │   ├── CustomExceptionWRL.xaml.h
│   │   │   ├── MainPage.xaml
│   │   │   ├── MainPage.xaml.cpp
│   │   │   ├── MainPage.xaml.h
│   │   │   ├── OvenClient.xaml
│   │   │   ├── OvenClient.xaml.cpp
│   │   │   ├── OvenClient.xaml.h
│   │   │   ├── OvenClientWRL.xaml
│   │   │   ├── OvenClientWRL.xaml.cpp
│   │   │   ├── OvenClientWRL.xaml.h
│   │   │   ├── ProxyStubsForWinRTComponents_client_cpp.vcxproj
│   │   │   ├── ProxyStubsForWinRTComponents_client_cpp.vcxproj.filters
│   │   │   ├── assets
│   │   │   │   ├── microsoft-sdk.png
│   │   │   │   ├── placeholder-sdk.png
│   │   │   │   ├── smallTile-sdk.png
│   │   │   │   ├── splash-sdk.png
│   │   │   │   ├── squareTile-sdk.png
│   │   │   │   ├── storeLogo-sdk.png
│   │   │   │   ├── tile-sdk.png
│   │   │   │   └── windows-sdk.png
│   │   │   ├── common
│   │   │   │   ├── LayoutAwarePage.cpp
│   │   │   │   ├── LayoutAwarePage.h
│   │   │   │   └── StandardStyles.xaml
│   │   │   ├── package.appxmanifest
│   │   │   ├── pch.cpp
│   │   │   ├── pch.h
│   │   │   └── sample-utils
│   │   │       ├── CppSamplesUtils.h
│   │   │       └── SampleTemplateStyles.xaml
│   │   ├── CS
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── Constants.cs
│   │   │   ├── CustomException.xaml
│   │   │   ├── CustomException.xaml.cs
│   │   │   ├── MainPage.xaml
│   │   │   ├── MainPage.xaml.cs
│   │   │   ├── OvenClient.xaml
│   │   │   ├── OvenClient.xaml.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── ProxyStubsForWinRTComponents_client_cs.csproj
│   │   │   ├── assets
│   │   │   │   ├── microsoft-sdk.png
│   │   │   │   ├── placeholder-sdk.png
│   │   │   │   ├── smallTile-sdk.png
│   │   │   │   ├── splash-sdk.png
│   │   │   │   ├── squareTile-sdk.png
│   │   │   │   ├── storeLogo-sdk.png
│   │   │   │   ├── tile-sdk.png
│   │   │   │   └── windows-sdk.png
│   │   │   ├── common
│   │   │   │   ├── LayoutAwarePage.cs
│   │   │   │   └── StandardStyles.xaml
│   │   │   ├── package.appxmanifest
│   │   │   └── sample-utils
│   │   │       ├── SampleTemplateStyles.xaml
│   │   │       └── SuspensionManager.cs
│   │   ├── JS
│   │   │   ├── ProxyStubsForWinRTComponents_client_js.jsproj
│   │   │   ├── css
│   │   │   │   ├── custom-exception.css
│   │   │   │   ├── default.css
│   │   │   │   └── oven-client.css
│   │   │   ├── default.html
│   │   │   ├── html
│   │   │   │   ├── custom-exception.html
│   │   │   │   └── oven-client.html
│   │   │   ├── images
│   │   │   │   ├── microsoft-sdk.png
│   │   │   │   ├── placeholder-sdk.png
│   │   │   │   ├── smallTile-sdk.png
│   │   │   │   ├── splash-sdk.png
│   │   │   │   ├── squareTile-sdk.png
│   │   │   │   ├── storeLogo-sdk.png
│   │   │   │   ├── tile-sdk.png
│   │   │   │   └── windows-sdk.png
│   │   │   ├── js
│   │   │   │   ├── custom-exception.js
│   │   │   │   ├── default.js
│   │   │   │   └── oven-client.js
│   │   │   ├── package.appxmanifest
│   │   │   └── sample-utils
│   │   │       ├── footer.html
│   │   │       ├── header.html
│   │   │       ├── sample-utils.css
│   │   │       ├── sample-utils.js
│   │   │       └── scenario-select.html
│   │   ├── ProxyStubsForWinRTComponents.sln
│   │   └── Server
│   │       ├── BreadServer.cpp
│   │       ├── BreadServer.h
│   │       ├── BreadTypes.h
│   │       ├── OvenServer.cpp
│   │       ├── OvenServer.h
│   │       ├── OvenServerPS.def
│   │       ├── ProxyStubsForWinRTComponentsPS.vcxproj
│   │       ├── ProxyStubsForWinRTComponentsPS.vcxproj.filters
│   │       ├── ProxyStubsForWinRTComponents_server.vcxproj
│   │       ├── pch.cpp
│   │       └── pch.h
│   ├── description
│   │   ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│   │   ├── Brand.css
│   │   ├── Combined.css
│   │   ├── Galleries.css
│   │   ├── Layout.css
│   │   ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│   │   ├── iframedescription.css
│   │   └── offline.js
│   ├── description.html
│   └── license.rtf
├── Credential locker sample
│   ├── C#
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── MainPage.xaml
│   │   ├── MainPage.xaml.cs
│   │   ├── Package.appxmanifest
│   │   ├── PasswordVault.csproj
│   │   ├── PasswordVault.sln
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Sample-Utils
│   │   │   ├── Constants.cs
│   │   │   └── SuspensionManager.cs
│   │   ├── ScenarioInput1.xaml
│   │   ├── ScenarioInput1.xaml.cs
│   │   ├── ScenarioInput2.xaml
│   │   ├── ScenarioInput2.xaml.cs
│   │   ├── ScenarioInput3.xaml
│   │   ├── ScenarioInput3.xaml.cs
│   │   ├── ScenarioInput4.xaml
│   │   ├── ScenarioInput4.xaml.cs
│   │   ├── ScenarioList.xaml
│   │   ├── ScenarioList.xaml.cs
│   │   ├── ScenarioOutput1.xaml
│   │   ├── ScenarioOutput1.xaml.cs
│   │   ├── ScenarioOutput2.xaml
│   │   ├── ScenarioOutput2.xaml.cs
│   │   ├── ScenarioOutput3.xaml
│   │   ├── ScenarioOutput3.xaml.cs
│   │   ├── ScenarioOutput4.xaml
│   │   ├── ScenarioOutput4.xaml.cs
│   │   └── images
│   │       ├── microsoft-sdk.png
│   │       ├── placeholder-sdk.png
│   │       ├── smallTile-sdk.png
│   │       ├── splash-sdk.png
│   │       ├── squareTile-sdk.png
│   │       ├── storeLogo-sdk.png
│   │       ├── tile-sdk.png
│   │       └── windows-sdk.png
│   ├── description
│   │   ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│   │   ├── Brand.css
│   │   ├── Combined.css
│   │   ├── Galleries.css
│   │   ├── Layout.css
│   │   ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│   │   ├── iframedescription.css
│   │   └── offline.js
│   ├── description.html
│   └── license.rtf
├── Credential picker sample
│   ├── C#
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── CredentialPickerCS.csproj
│   │   ├── CredentialPickerCS.sln
│   │   ├── MainPage.xaml
│   │   ├── MainPage.xaml.cs
│   │   ├── Package.appxmanifest
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Sample-Utils
│   │   │   ├── Constants.cs
│   │   │   └── SuspensionManager.cs
│   │   ├── ScenarioInput1.xaml
│   │   ├── ScenarioInput1.xaml.cs
│   │   ├── ScenarioInput2.xaml
│   │   ├── ScenarioInput2.xaml.cs
│   │   ├── ScenarioInput3.xaml
│   │   ├── ScenarioInput3.xaml.cs
│   │   ├── ScenarioList.xaml
│   │   ├── ScenarioList.xaml.cs
│   │   ├── ScenarioOutput1.xaml
│   │   ├── ScenarioOutput1.xaml.cs
│   │   ├── ScenarioOutput2.xaml
│   │   ├── ScenarioOutput2.xaml.cs
│   │   ├── ScenarioOutput3.xaml
│   │   ├── ScenarioOutput3.xaml.cs
│   │   └── images
│   │       ├── microsoft-sdk.png
│   │       ├── placeholder-sdk.png
│   │       ├── smallTile-sdk.png
│   │       ├── splash-sdk.png
│   │       ├── squareTile-sdk.png
│   │       ├── storeLogo-sdk.png
│   │       ├── tile-sdk.png
│   │       └── windows-sdk.png
│   ├── description
│   │   ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│   │   ├── Brand.css
│   │   ├── Combined.css
│   │   ├── Galleries.css
│   │   ├── Layout.css
│   │   ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│   │   ├── iframedescription.css
│   │   └── offline.js
│   ├── description.html
│   └── license.rtf
├── CryptoWinRT sample
│   ├── C#
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── Constants.cs
│   │   ├── CryptoWinRT.csproj
│   │   ├── CryptoWinRT.sln
│   │   ├── MainPage.xaml
│   │   ├── MainPage.xaml.cs
│   │   ├── Package.appxmanifest
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Scenario1.xaml
│   │   ├── Scenario1.xaml.cs
│   │   ├── Scenario10.xaml
│   │   ├── Scenario10.xaml.cs
│   │   ├── Scenario2.xaml
│   │   ├── Scenario2.xaml.cs
│   │   ├── Scenario3.xaml
│   │   ├── Scenario3.xaml.cs
│   │   ├── Scenario4.xaml
│   │   ├── Scenario4.xaml.cs
│   │   ├── Scenario5.xaml
│   │   ├── Scenario5.xaml.cs
│   │   ├── Scenario6.xaml
│   │   ├── Scenario6.xaml.cs
│   │   ├── Scenario7.xaml
│   │   ├── Scenario7.xaml.cs
│   │   ├── Scenario8.xaml
│   │   ├── Scenario8.xaml.cs
│   │   ├── Scenario9.xaml
│   │   ├── Scenario9.xaml.cs
│   │   ├── assets
│   │   │   ├── microsoft-sdk.png
│   │   │   ├── placeholder-sdk.png
│   │   │   ├── smallTile-sdk.png
│   │   │   ├── splash-sdk.png
│   │   │   ├── squareTile-sdk.png
│   │   │   ├── storeLogo-sdk.png
│   │   │   ├── tile-sdk.png
│   │   │   └── windows-sdk.png
│   │   ├── common
│   │   │   ├── LayoutAwarePage.cs
│   │   │   └── StandardStyles.xaml
│   │   └── sample-utils
│   │       ├── SampleTemplateStyles.xaml
│   │       └── SuspensionManager.cs
│   ├── description
│   │   ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│   │   ├── Brand.css
│   │   ├── Combined.css
│   │   ├── Galleries.css
│   │   ├── Layout.css
│   │   ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│   │   ├── iframedescription.css
│   │   └── offline.js
│   ├── description.html
│   └── license.rtf
├── Custom driver access sample
│   ├── C#,C
│   │   ├── CustomDeviceAccess_cs.sln
│   │   ├── DLL
│   │   │   ├── WUDFOsrUsbPublic.h
│   │   │   ├── dll.vcxproj
│   │   │   ├── fx2device.cpp
│   │   │   ├── fx2device.h
│   │   │   ├── public.h
│   │   │   ├── repeater.h
│   │   │   └── support.h
│   │   └── app_cs
│   │       ├── App.xaml
│   │       ├── App.xaml.cs
│   │       ├── Constants.cs
│   │       ├── CustomDeviceAccess.csproj
│   │       ├── DeviceList.cs
│   │       ├── MainPage.xaml
│   │       ├── MainPage.xaml.cs
│   │       ├── Package.appxmanifest
│   │       ├── Properties
│   │       │   └── AssemblyInfo.cs
│   │       ├── Scenario1_DeviceConnect.xaml
│   │       ├── Scenario1_DeviceConnect.xaml.cs
│   │       ├── Scenario2_DeviceProperties.xaml
│   │       ├── Scenario2_DeviceProperties.xaml.cs
│   │       ├── Scenario3_DeviceEvents.xaml
│   │       ├── Scenario3_DeviceEvents.xaml.cs
│   │       ├── Scenario4_DeviceAsync.xaml
│   │       ├── Scenario4_DeviceAsync.xaml.cs
│   │       ├── StoreManifest.xml
│   │       ├── assets
│   │       │   ├── microsoft-sdk.png
│   │       │   ├── placeholder-sdk.png
│   │       │   ├── smallTile-sdk.png
│   │       │   ├── splash-sdk.png
│   │       │   ├── squareTile-sdk.png
│   │       │   ├── storeLogo-sdk.png
│   │       │   ├── tile-sdk.png
│   │       │   └── windows-sdk.png
│   │       ├── common
│   │       │   ├── LayoutAwarePage.cs
│   │       │   └── StandardStyles.xaml
│   │       └── sample-utils
│   │           ├── SampleTemplateStyles.xaml
│   │           └── SuspensionManager.cs
│   ├── description
│   │   ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│   │   ├── Brand.css
│   │   ├── Combined.css
│   │   ├── Galleries.css
│   │   ├── Layout.css
│   │   ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│   │   ├── iframedescription.css
│   │   └── offline.js
│   ├── description.html
│   └── license.rtf
├── MyPim01.suo
├── Thumbs.db
└── Windows 8 app  C# 实例源码C_Windows8appsamplesC#C.rar

249 directories, 1293 files


标签: windows window wind app C#

实例下载地址

Windows 8 app C# 实例源码C

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警