C# Class P02Project.Screens.BeadsOfCourage.BeadsOfCourage

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

Public Methods

Method Description
BeadsOfCourage ( ) : System

Initializes a new instance of the BeadsOfCourage class.

Private Methods

Method Description
Bead_MouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Handles the MouseUp event of the Bead control.

ResetTimer ( ) : void
button_Click_1 ( object sender, RoutedEventArgs e ) : void

Handles the event of the button_Click control.

Method Details

BeadsOfCourage() public method

Initializes a new instance of the BeadsOfCourage class.
public BeadsOfCourage ( ) : System
return System