C# 클래스 P02Project.HomePage

Interaction logic for HomePage.xaml
상속: Screen, Animatiable
파일 보기 프로젝트 열기: raouldc/OptiDev 1 사용 예제들

공개 메소드들

메소드 설명
AnimateIn ( ) : void

inherited implementation

AnimateOut ( ) : void

inherited implementation

HomePage ( TopWindow parentWindow ) : System
twitterBoxClickedHelper ( ) : void

Helper method which is invoked from the twitterBox object

보호된 메소드들

메소드 설명
OnInitialized ( EventArgs e ) : void

this method called when the surface app has just been created.

비공개 메소드들

메소드 설명
about_MouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

This method get called when the About has been clicked

contactUs_MouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

This method get called when the Contact Us has been clicked

events_MouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

This method get called when the Events has been clicked

familySupport_MouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

This method get called when the Family Support has been clicked

howCanIHelp_MouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

This method get called when the How Can I Help has been clicked

news_MouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

This method get called when the News has been clicked

playBeads_MouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

This method get called when the Beads of Courage has been clicked

pushAbout ( object sender, EventArgs e ) : void
pushBeads ( object sender, EventArgs e ) : void
pushCU ( object sender, EventArgs e ) : void
pushEvents ( object sender, EventArgs e ) : void
pushFS ( object sender, EventArgs e ) : void
pushHCIH ( object sender, EventArgs e ) : void
pushNews ( object sender, EventArgs e ) : void
pushTwitterList ( object sender, EventArgs e ) : void

Helper method to help animate the twitterBox screen

메소드 상세

AnimateIn() 공개 메소드

inherited implementation
public AnimateIn ( ) : void
리턴 void

AnimateOut() 공개 메소드

inherited implementation
public AnimateOut ( ) : void
리턴 void

HomePage() 공개 메소드

public HomePage ( TopWindow parentWindow ) : System
parentWindow TopWindow
리턴 System

OnInitialized() 보호된 메소드

this method called when the surface app has just been created.
protected OnInitialized ( EventArgs e ) : void
e System.EventArgs
리턴 void

twitterBoxClickedHelper() 공개 메소드

Helper method which is invoked from the twitterBox object
public twitterBoxClickedHelper ( ) : void
리턴 void