C# Class KinectMenu.New_Game

Interaction logic for New_Game.xaml
Inheritance: KinectPage, System.Windows.Markup.IComponentConnector
Show file Open project: NUIC/2-Kinects-1-Machine

Public Methods

Method Description
New_Game ( ) : System.Collections.Generic
kinectButton_Clicked ( object sender, RoutedEventArgs e ) : void

Protected Methods

Method Description
InitializeButtons ( ) : void
InitializeKinectHandIcons ( ) : void
InitializeVideoImage ( ) : void

Private Methods

Method Description
campaign_game_Click ( object sender, RoutedEventArgs e ) : void
cancel_Click ( object sender, RoutedEventArgs e ) : void
multiplayer_Click ( object sender, RoutedEventArgs e ) : void
score_mode_Click ( object sender, RoutedEventArgs e ) : void
zen_mode_game_Click ( object sender, RoutedEventArgs e ) : void

Method Details

InitializeButtons() protected method

protected InitializeButtons ( ) : void
return void

InitializeKinectHandIcons() protected method

protected InitializeKinectHandIcons ( ) : void
return void

InitializeVideoImage() protected method

protected InitializeVideoImage ( ) : void
return void

New_Game() public method

public New_Game ( ) : System.Collections.Generic
return System.Collections.Generic

kinectButton_Clicked() public method

public kinectButton_Clicked ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
return void