C# Class CSL_Test__1.BWHandler

Show file Open project: joslinm/CSL Class Usage Examples

Public Properties

Property Type Description
Busy bool

Public Methods

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

Private Methods

Method Description
BuildWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void
DirectoryWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void
ProgressChanged ( object sender, ProgressChangedEventArgs e ) : void

Method Details

BWHandler() public method

public BWHandler ( System pb, System sl ) : System
pb System
sl System
return System

Process() public method

public Process ( List items ) : void
items List
return void

Unzip() public method

public Unzip ( string files ) : void
files string
return void

Property Details

Busy public static property

public static bool Busy
return bool