C# Class SilverlightExample.MainPage

Inheritance: System.Windows.Controls.UserControl, IStatusReportable
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
BackgroundThread ( ) : void
MainPage ( ) : System
Report ( int total, int current, string message ) : void

Private Methods

Méthode Description
Hello_Click ( object sender, RoutedEventArgs e ) : void

Method Details

BackgroundThread() public méthode

public BackgroundThread ( ) : void
Résultat void

MainPage() public méthode

public MainPage ( ) : System
Résultat System

Report() public méthode

public Report ( int total, int current, string message ) : void
total int
current int
message string
Résultat void