C# 클래스 SilverlightExample.MainPage

상속: System.Windows.Controls.UserControl, IStatusReportable
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
BackgroundThread ( ) : void
MainPage ( ) : System
Report ( int total, int current, string message ) : void

비공개 메소드들

메소드 설명
Hello_Click ( object sender, RoutedEventArgs e ) : void

메소드 상세

BackgroundThread() 공개 메소드

public BackgroundThread ( ) : void
리턴 void

MainPage() 공개 메소드

public MainPage ( ) : System
리턴 System

Report() 공개 메소드

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