C# Class FormTest.Code.MultiThreadTest

Exibir arquivo Open project: hubro-xx/CRL2 Class Usage Examples

Public Methods

Method Description
MultiThreadTest ( ITest test, int _progress, int _total ) : System
Run ( ) : void
ThreadStart ( ) : void

Method Details

MultiThreadTest() public method

public MultiThreadTest ( ITest test, int _progress, int _total ) : System
test ITest
_progress int
_total int
return System

Run() public method

public Run ( ) : void
return void

ThreadStart() public method

public ThreadStart ( ) : void
return void