C# 클래스 Excavator.ProgressPage

Interaction logic for ProgressPage.xaml
상속: System.Windows.Controls.Page
파일 보기 프로젝트 열기: NewSpring/Excavator 1 사용 예제들

공개 메소드들

메소드 설명
ProgressPage ( ExcavatorComponent parameter = null ) : System

Initializes a new instance of the ConfigurationPage class.

비공개 메소드들

메소드 설명
UpdateInterface ( int progress, string status ) : void

Updates the interface.

btnBack_Click ( object sender, RoutedEventArgs e ) : void

Handles the Click event of the btnBack control.

btnClose_Click ( object sender, RoutedEventArgs e ) : void

Handles the Click event of the btnNext control.

btnIssue_RequestNavigate ( object sender, System.Windows.Navigation.RequestNavigateEventArgs e ) : void

Handles the RequestNavigate event of the btnIssue control.

bwImportData_DoWork ( object sender, DoWorkEventArgs e ) : void

Handles the DoWork event of the bwTransformData control.

bwImportData_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void

Handles the RunWorkerCompleted event of the bwTransformData control.

메소드 상세

ProgressPage() 공개 메소드

Initializes a new instance of the ConfigurationPage class.
public ProgressPage ( ExcavatorComponent parameter = null ) : System
parameter ExcavatorComponent
리턴 System