Million Dollar Edit
Overview
#include "stdafx.h" #include "MainPage.xaml.h" using namespace SDKTemplate; Platform::Array<Scenario>^ MainPage::scenariosInner = ref new Platform::Array<Scenario> ( { { "Getting Started", "SDKTemplate_Scenario1" }, { "Using the Camera", "SDKTemplate_Scenario2" }, { "Using the CaptureFileUI", "SDKTemplate_Scenario3" }, { "Using the PhotoViewerTask", "SDKTemplate_Scenario4" } } );
A detailed write-up for this tool is on the way. In the meantime, visit the official site.
