C# Class DouMi.BookSearchPage

Inheritance: PhoneApplicationPage
Mostra file Open project: gzb1985/doumi

Public Methods

Method Description
BookSearchPage ( ) : System

Protected Methods

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

Private Methods

Method 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 method

public BookSearchPage ( ) : System
return System

OnNavigatedTo() protected method

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