C# Class CalculatorTestApp.Page

Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: jschementi/mix09

Méthodes publiques

Méthode Description
Functions_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
Page ( ) : System
RunCustomFunction ( object sender, RoutedEventArgs e ) : void

Private Methods

Méthode Description
LoadFunctions_Click ( object sender, RoutedEventArgs e ) : void
LoadFunctions_Completed ( object sender, DownloadStringCompletedEventArgs e ) : void
SaveFunctions_Click ( object sender, RoutedEventArgs e ) : void
SaveFunctions_RequestProceed ( IAsyncResult asyncResult ) : void
SaveFunctions_ResponseProceed ( IAsyncResult asyncResult ) : void

Method Details

Functions_TextChanged() public méthode

public Functions_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
sender object
e System.Windows.Controls.TextChangedEventArgs
Résultat void

Page() public méthode

public Page ( ) : System
Résultat System

RunCustomFunction() public méthode

public RunCustomFunction ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
Résultat void