C# 클래스 KinectMenu.Load_Game

Interaction logic for Load_Game.xaml
상속: KinectPage, System.Windows.Markup.IComponentConnector
파일 보기 프로젝트 열기: NUIC/2-Kinects-1-Machine

공개 메소드들

메소드 설명
Load_Game ( ) : System.Collections.Generic
kinectButton_Clicked ( object sender, RoutedEventArgs e ) : void

보호된 메소드들

메소드 설명
InitializeButtons ( ) : void
InitializeKinectHandIcons ( ) : void
InitializeVideoImage ( ) : void

비공개 메소드들

메소드 설명
cancel_Click ( object sender, RoutedEventArgs e ) : void
game_1_Click ( object sender, RoutedEventArgs e ) : void
game_2_Click ( object sender, RoutedEventArgs e ) : void
game_42_Click ( object sender, RoutedEventArgs e ) : void
game_666_Click ( object sender, RoutedEventArgs e ) : void

메소드 상세

InitializeButtons() 보호된 메소드

protected InitializeButtons ( ) : void
리턴 void

InitializeKinectHandIcons() 보호된 메소드

protected InitializeKinectHandIcons ( ) : void
리턴 void

InitializeVideoImage() 보호된 메소드

protected InitializeVideoImage ( ) : void
리턴 void

Load_Game() 공개 메소드

public Load_Game ( ) : System.Collections.Generic
리턴 System.Collections.Generic

kinectButton_Clicked() 공개 메소드

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