C# Class SilverlightExample.MainPage

Inheritance: System.Windows.Controls.UserControl, IStatusReportable
Mostra file Open project: encog/encog-silverlight-core

Public Methods

Method Description
BackgroundThread ( ) : void
MainPage ( ) : System
Report ( int total, int current, string message ) : void

Private Methods

Method Description
Hello_Click ( object sender, RoutedEventArgs e ) : void

Method Details

BackgroundThread() public method

public BackgroundThread ( ) : void
return void

MainPage() public method

public MainPage ( ) : System
return System

Report() public method

public Report ( int total, int current, string message ) : void
total int
current int
message string
return void