C# Class NasaPicOfDay.ProcessHelper

Afficher le fichier Open project: BillCacy/NPOD Class Usage Examples

Méthodes publiques

Свойство Type Description
LoadingScr LoadingScreen
ThisFunction RunFunction

Méthodes publiques

Méthode Description
BackgroundLoading ( RunFunction newFunction ) : void
Start ( ) : void
_processHelper_DoWork ( object sender, DoWorkEventArgs e ) : void
_processHelper_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void

Method Details

BackgroundLoading() public méthode

public BackgroundLoading ( RunFunction newFunction ) : void
newFunction RunFunction
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

_processHelper_DoWork() public méthode

public _processHelper_DoWork ( object sender, DoWorkEventArgs e ) : void
sender object
e System.ComponentModel.DoWorkEventArgs
Résultat void

_processHelper_RunWorkerCompleted() public méthode

public _processHelper_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void
sender object
e System.ComponentModel.RunWorkerCompletedEventArgs
Résultat void

Property Details

LoadingScr public_oe property

public LoadingScreen,NasaPicOfDay LoadingScr
Résultat LoadingScreen

ThisFunction public_oe property

public RunFunction ThisFunction
Résultat RunFunction