C# 클래스 P02Project.hcihDonateControl

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

공개 메소드들

메소드 설명
AnimateIn ( ) : void

Animate the poloroid and the text box

AnimateOut ( ) : void

Does nothing

hcihDonateControl ( ) : System

Constructor

비공개 메소드들

메소드 설명
ResetTimer ( ) : void
lastingLegacyContent ( ) : StackPanel

the helper method to generate the content when the "Lasting Legacy" has been clicked

lastingLegacy_Click ( object sender, RoutedEventArgs e ) : void

This method called when the "Lasting Legacy" button has been clicked

moreInfoContent ( ) : StackPanel

the helper method to generate the content when the "More Information" has been clicked

moreInfo_Click ( object sender, RoutedEventArgs e ) : void

This method called when the "More Information" button has been clicked

onGoingContent ( ) : StackPanel

the helper method to generate the content when the "On Going Donation" has been clicked

onGoing_Click ( object sender, RoutedEventArgs e ) : void

This method called when the "On Going Donation" button has been clicked

oneOffContent ( ) : StackPanel

the helper method to generate the content when the "One Off Donation" has been clicked

oneOff_Click ( object sender, RoutedEventArgs e ) : void

This method called when the "One Off Donation" button has been clicked

text_ScrollChanged ( object sender, System.Windows.Controls.ScrollChangedEventArgs e ) : void

Reset the timer back to zero

workplaceGivingContent ( ) : StackPanel

the helper method to generate the content when the "Workplac Giving" has been clicked

workplaceGiving_Click ( object sender, RoutedEventArgs e ) : void

This method called when the "Workplace Giving" button has been clicked

메소드 상세

AnimateIn() 공개 메소드

Animate the poloroid and the text box
public AnimateIn ( ) : void
리턴 void

AnimateOut() 공개 메소드

Does nothing
public AnimateOut ( ) : void
리턴 void

hcihDonateControl() 공개 메소드

Constructor
public hcihDonateControl ( ) : System
리턴 System