C# 클래스 AthensTransit_Hackathon.MainLayout

상속: global::Windows.UI.Xaml.Controls.Page
파일 보기 프로젝트 열기: crowdhackathon-transport/AthensTransit

공개 메소드들

메소드 설명
MainLayout ( ) : AthensTransit_Hackathon.Common

보호된 메소드들

메소드 설명
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

비공개 메소드들

메소드 설명
Connect ( int connectionId, object target ) : void
InitializeComponent ( ) : void
NavigateToAthensTransitOr ( ) : void
NavigateToMap ( ) : void
NavigateToRss ( ) : void
NavigateToTouristMode ( ) : void
NavigateToTraffic ( ) : void
NavigationHelper_LoadState ( object sender, LoadStateEventArgs e ) : void
NavigationHelper_SaveState ( object sender, SaveStateEventArgs e ) : void
RSS_DummyClick ( object sender, RoutedEventArgs e ) : void
Traffic_DummyClick ( object sender, RoutedEventArgs e ) : void
btAirport_Click ( object sender, RoutedEventArgs e ) : void
btAround_Click ( object sender, RoutedEventArgs e ) : void
btChooseType_Click ( object sender, RoutedEventArgs e ) : void
btPlan_Click ( object sender, RoutedEventArgs e ) : void

메소드 상세

MainLayout() 공개 메소드

public MainLayout ( ) : AthensTransit_Hackathon.Common
리턴 AthensTransit_Hackathon.Common

OnNavigatedFrom() 보호된 메소드

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e NavigationEventArgs
리턴 void

OnNavigatedTo() 보호된 메소드

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e NavigationEventArgs
리턴 void