C# Class DouMi.MainPage

Inheritance: PhoneApplicationPage
Mostra file Open project: gzb1985/doumi

Public Methods

Method Description
MainPage ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

Private Methods

Method Description
MainPageLinksListBox_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
MainPage_Loaded ( object sender, RoutedEventArgs e ) : void
Search_Click ( object sender, RoutedEventArgs e ) : void

Method Details

MainPage() public method

public MainPage ( ) : System
return System

OnNavigatedTo() protected method

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