C# Class AthensTransit_Hackathon.TrafficAthens

Inheritance: global::Windows.UI.Xaml.Controls.Page, global::Windows.UI.Xaml.Markup.IComponentConnector
Mostrar archivo Open project: crowdhackathon-transport/AthensTransit

Public Methods

Method Description
TrafficAthens ( ) : AthensTransit_Hackathon.Common

Protected Methods

Method Description
OnGotFocus ( RoutedEventArgs e ) : void
OnLostFocus ( RoutedEventArgs e ) : void
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
Connect ( int connectionId, object target ) : void
InitializeComponent ( ) : void
infoIcon_Click ( object sender, RoutedEventArgs e ) : void
navigationHelper_LoadState ( object sender, LoadStateEventArgs e ) : void
navigationHelper_SaveState ( object sender, SaveStateEventArgs e ) : void
parseHtml ( String Url ) : Task>
refreshButton_Click ( object sender, RoutedEventArgs e ) : void
refreshFeedList ( ) : void
refreshTick ( object sender, object e ) : void
showDate ( String str ) : void
timer_Tick ( object sender, object e ) : void

Method Details

OnGotFocus() protected method

protected OnGotFocus ( RoutedEventArgs e ) : void
e RoutedEventArgs
return void

OnLostFocus() protected method

protected OnLostFocus ( RoutedEventArgs e ) : void
e RoutedEventArgs
return void

OnNavigatedFrom() protected method

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e NavigationEventArgs
return void

OnNavigatedTo() protected method

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e NavigationEventArgs
return void

TrafficAthens() public method

public TrafficAthens ( ) : AthensTransit_Hackathon.Common
return AthensTransit_Hackathon.Common