C# Class Dodo.Modules.Dashboard.DashboardView

Exibir arquivo Open project: Code52/dodo

Public Methods

Method Description
DashboardView ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
ExecuteInBackground ( System.Action action ) : void
TweetsCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void

Method Details

DashboardView() public method

public DashboardView ( ) : System
return System

OnNavigatedTo() protected method

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void