C# Class P02Project.hcihHomeControl

Interaction logic for hcihHomeControl.xaml
Inheritance: System.Windows.Controls.UserControl, Animatiable
Mostrar archivo Open project: raouldc/OptiDev

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

AnimateIn() public method

Animate all the poloroids
public AnimateIn ( ) : void
return void

AnimateOut() public method

Does nothing
public AnimateOut ( ) : void
return void

hcihHomeControl() public method

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
return System.Collections.Generic