C# Class Excavator.ProgressPage

Interaction logic for ProgressPage.xaml
Inheritance: System.Windows.Controls.Page
Afficher le fichier Open project: NewSpring/Excavator Class Usage Examples

Méthodes publiques

Méthode Description
ProgressPage ( ExcavatorComponent parameter = null ) : System

Initializes a new instance of the ConfigurationPage class.

Private Methods

Méthode Description
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.

Method Details

ProgressPage() public méthode

Initializes a new instance of the ConfigurationPage class.
public ProgressPage ( ExcavatorComponent parameter = null ) : System
parameter ExcavatorComponent
Résultat System