C# Class CalculatorTestApp.Page

Inheritance: System.Windows.Controls.UserControl
Exibir arquivo Open project: jschementi/mix09

Public Methods

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

Private Methods

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

public Functions_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
sender object
e System.Windows.Controls.TextChangedEventArgs
return void

Page() public method

public Page ( ) : System
return System

RunCustomFunction() public method

public RunCustomFunction ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
return void