C# Class Pisa.View.InputView

Inheritance: PhoneApplicationPage
Afficher le fichier Open project: vapps/Pisa

Méthodes publiques

Méthode Description
InputView ( ) : System
addButton_Click ( object sender, EventArgs e ) : void
listButton_Click ( object sender, EventArgs e ) : void
settingButton_Click ( object sender, EventArgs e ) : void

Méthodes protégées

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

Private Methods

Méthode Description
InitApplicationBarButtons ( ) : void
MessageTextBox_GotFocus ( object sender, System e ) : void
MessageTextBox_KeyUp ( object sender, System e ) : void
PriceTextBox_GotFocus ( object sender, System e ) : void
PriceTextBox_KeyUp ( object sender, System e ) : void

Method Details

InputView() public méthode

public InputView ( ) : System
Résultat System

OnNavigatedFrom() protected méthode

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

addButton_Click() public méthode

public addButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

listButton_Click() public méthode

public listButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

settingButton_Click() public méthode

public settingButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void