C# Class PKStudio.Dialogs.ApplicationLoading

Afficher le fichier Open project: AlexandrSurkov/PKStudio Class Usage Examples

Méthodes publiques

Méthode Description
ApplicationLoading ( ) : System
PKWrapper_LoadInventoryAsyncCompleteEvent ( object sender, EventArgs e ) : void
m_worker_ProgressChanged ( object sender, ProgressChangedEventArgs e ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
ApplicationLoading_Load ( object sender, EventArgs e ) : void
DataBaseLoading_Shown ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

ApplicationLoading() public méthode

public ApplicationLoading ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

PKWrapper_LoadInventoryAsyncCompleteEvent() public méthode

public PKWrapper_LoadInventoryAsyncCompleteEvent ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

m_worker_ProgressChanged() public méthode

public m_worker_ProgressChanged ( object sender, ProgressChangedEventArgs e ) : void
sender object
e ProgressChangedEventArgs
Résultat void