C# Класс P02Project.TwitterList

Interaction logic for TwitterList.xaml
Наследование: System.Windows.Controls.UserControl, Animatiable
Показать файл Открыть проект

Открытые методы

Метод Описание
AnimateIn ( ) : void

implementation of the supercalss method

AnimateOut ( ) : void

implementation of the supercalss method

TwitterList ( TopLevelPage top ) : System

Приватные методы

Метод Описание
_tweetsListScrollViewer_ScrollChanged ( object sender, System.Windows.Controls.ScrollChangedEventArgs e ) : void

Timer to go back to the main window

listTweetsInTheScrollViewer ( ) : void

Helper method to list all the tweets in the scrollviewer

openWebcam ( Object sender, RoutedEventArgs e ) : void

This method get called when the Camera button has been clicked

setupScreenAnimation ( ) : void

Helper method to do animation at the start of the screen

Описание методов

AnimateIn() публичный Метод

implementation of the supercalss method
public AnimateIn ( ) : void
Результат void

AnimateOut() публичный Метод

implementation of the supercalss method
public AnimateOut ( ) : void
Результат void

TwitterList() публичный Метод

public TwitterList ( TopLevelPage top ) : System
top P02Project.Screens.TopLevelPage
Результат System