C# 클래스 P02Project.hcihHomeControl

Interaction logic for hcihHomeControl.xaml
상속: System.Windows.Controls.UserControl, Animatiable
파일 보기 프로젝트 열기: raouldc/OptiDev

공개 메소드들

메소드 설명
AnimateIn ( ) : void

Animate all the poloroids

AnimateOut ( ) : void

Does nothing

hcihHomeControl ( TopLevelPage tlpage ) : System.Collections.Generic

Home page for the How Can I Help Section

비공개 메소드들

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

Beads of Courage poloroid is clicked

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

Campigns Poloroid is clicked

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

this method called when the "Donate" polaroid has been clicked

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

Fundraise poloroid is clicked

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

Make a Gift poloroid is clicked

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

Schools poloroid is Clicked

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

Online Shop Poloroid Is clicked

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

Volunteer poloroid is clicked

메소드 상세

AnimateIn() 공개 메소드

Animate all the poloroids
public AnimateIn ( ) : void
리턴 void

AnimateOut() 공개 메소드

Does nothing
public AnimateOut ( ) : void
리턴 void

hcihHomeControl() 공개 메소드

Home page for the How Can I Help Section
public hcihHomeControl ( TopLevelPage tlpage ) : System.Collections.Generic
tlpage P02Project.Screens.TopLevelPage Access Object to the Home page
리턴 System.Collections.Generic