C# Class DouMi.BookSearchPage

Inheritance: PhoneApplicationPage
Afficher le fichier Open project: gzb1985/doumi

Méthodes publiques

Méthode Description
BookSearchPage ( ) : System

Méthodes protégées

Méthode Description
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

Private Methods

Méthode Description
BarcodeScan_Click ( object sender, EventArgs e ) : void
BeginSearch_Click ( object sender, EventArgs e ) : void
BookSearchPage_Loaded ( object sender, RoutedEventArgs e ) : void
Search ( ) : void
txtSearchKey_GotFocus ( object sender, RoutedEventArgs e ) : void
txtSearchKey_KeyUp ( object sender, System.Windows.Input.KeyEventArgs e ) : void

Method Details

BookSearchPage() public méthode

public BookSearchPage ( ) : System
Résultat System

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
Résultat void