C# Class NasaPicOfDay.ProcessHelper

ファイルを表示 Open project: BillCacy/NPOD Class Usage Examples

Public Properties

Property Type Description
LoadingScr LoadingScreen
ThisFunction RunFunction

Public Methods

Method 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 method

public BackgroundLoading ( RunFunction newFunction ) : void
newFunction RunFunction
return void

Start() public method

public Start ( ) : void
return void

_processHelper_DoWork() public method

public _processHelper_DoWork ( object sender, DoWorkEventArgs e ) : void
sender object
e System.ComponentModel.DoWorkEventArgs
return void

_processHelper_RunWorkerCompleted() public method

public _processHelper_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void
sender object
e System.ComponentModel.RunWorkerCompletedEventArgs
return void

Property Details

LoadingScr public_oe property

public LoadingScreen,NasaPicOfDay LoadingScr
return LoadingScreen

ThisFunction public_oe property

public RunFunction ThisFunction
return RunFunction