Click here to Skip to main content
15,896,730 members
Articles / Programming Languages / C#

Connecting the Dream Cheeky Thunder Missile Launcher to Windows 8.1

Rate me:
Please Sign up or sign in to vote.
4.50/5 (4 votes)
26 Sep 2013CPOL5 min read 19.9K   25   6  
Leverage new device APIs in Win8.1.


#pragma checksum "C:\Users\Lewis\Documents\Visual Studio 2013\Projects\RocketLauncher\RocketLauncher\MainPage.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "4A59AEC5A274714E5D53D3E91F769E78"
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

namespace RocketLauncher
{
    partial class MainPage : global::Windows.UI.Xaml.Controls.Page, global::Windows.UI.Xaml.Markup.IComponentConnector
    {
        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 4.0.0.0")]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 
        public void Connect(int connectionId, object target)
        {
            switch(connectionId)
            {
            case 1:
                #line 148 "..\..\MainPage.xaml"
                ((global::Windows.UI.Xaml.UIElement)(target)).Tapped += this.TapLeft;
                 #line default
                 #line hidden
                break;
            case 2:
                #line 158 "..\..\MainPage.xaml"
                ((global::Windows.UI.Xaml.UIElement)(target)).Tapped += this.TapUp;
                 #line default
                 #line hidden
                break;
            case 3:
                #line 166 "..\..\MainPage.xaml"
                ((global::Windows.UI.Xaml.UIElement)(target)).Tapped += this.TapRight;
                 #line default
                 #line hidden
                break;
            case 4:
                #line 174 "..\..\MainPage.xaml"
                ((global::Windows.UI.Xaml.UIElement)(target)).Tapped += this.TapDown;
                 #line default
                 #line hidden
                break;
            case 5:
                #line 182 "..\..\MainPage.xaml"
                ((global::Windows.UI.Xaml.UIElement)(target)).Tapped += this.FireDown;
                 #line default
                 #line hidden
                break;
            }
            this._contentLoaded = true;
        }
    }
}


By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Australia Australia
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions