C# Class P02Project.hcihGiftControl

Interaction logic for hcihBeads.xaml
Inheritance: System.Windows.Controls.UserControl, Animatiable
ファイルを表示 Open project: raouldc/OptiDev Class Usage Examples

Public Methods

Method Description
hcihGiftControl ( ) : System

Constructor

Private Methods

Method Description
Animatiable ( ) : void

Need to animate the poloroid and the other components

ResetTimer ( ) : void

This function resets the timeout

SetAllUnsel ( ) : void

unselect all giftControl items

bocContent ( ) : StackPanel

Dynamically generates the Beads of Courage content

boc_Click ( object sender, RoutedEventArgs e ) : void

handler for boc control

socContent ( ) : StackPanel

Puts the Star of courage content on the screen

soc_Click ( object sender, RoutedEventArgs e ) : void

handler for soc control

Method Details

hcihGiftControl() public method

Constructor
public hcihGiftControl ( ) : System
return System