C# Class CSL_Test__1.BWHandler

Afficher le fichier Open project: joslinm/CSL Class Usage Examples

Méthodes publiques

Свойство Type Description
Busy bool

Méthodes publiques

Méthode Description
BWHandler ( System pb, System sl ) : System
Process ( List items ) : void
Unzip ( string files ) : void

Private Methods

Méthode Description
BuildWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void
DirectoryWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void
ProgressChanged ( object sender, ProgressChangedEventArgs e ) : void

Method Details

BWHandler() public méthode

public BWHandler ( System pb, System sl ) : System
pb System
sl System
Résultat System

Process() public méthode

public Process ( List items ) : void
items List
Résultat void

Unzip() public méthode

public Unzip ( string files ) : void
files string
Résultat void

Property Details

Busy public_oe static_oe property

public static bool Busy
Résultat bool