C# Class P02Project.TwitterBlock

Interaction logic for TwitterBlock.xaml
Inheritance: System.Windows.Controls.UserControl
Mostra file Open project: raouldc/OptiDev Class Usage Examples

Public Methods

Method Description
TwitterBlock ( HomePage parent ) : System

create a new twitter block

Private Methods

Method Description
dt_Tick ( object sender, EventArgs e ) : void
twitterBoxClicked ( Object sender, RoutedEventArgs e ) : void

This method get called when the twitter button has been clicked

Method Details

TwitterBlock() public method

create a new twitter block
public TwitterBlock ( HomePage parent ) : System
parent HomePage
return System