C# Class FormTest.Code.MultiThreadTest

Afficher le fichier Open project: hubro-xx/CRL2 Class Usage Examples

Méthodes publiques

Méthode Description
MultiThreadTest ( ITest test, int _progress, int _total ) : System
Run ( ) : void
ThreadStart ( ) : void

Method Details

MultiThreadTest() public méthode

public MultiThreadTest ( ITest test, int _progress, int _total ) : System
test ITest
_progress int
_total int
Résultat System

Run() public méthode

public Run ( ) : void
Résultat void

ThreadStart() public méthode

public ThreadStart ( ) : void
Résultat void