C# Class XG.Business.App

Inheritance: XG.Plugin.APlugin
Mostra file Open project: lformella/xdcc-grabscher

Public Methods

Method Description
AddPlugin ( APlugin aPlugin ) : void
App ( ) : System
Shutdown ( object sender ) : void

Protected Methods

Method Description
FireShutdownComplete ( object aSender, EventArgs aEventArgs ) : void
StartRun ( ) : void
StopRun ( ) : void

Private Methods

Method Description
ClearOldDownloads ( ) : void
CreateJobs ( ) : void
LoadObjects ( ) : void
TryToRecoverOpenFiles ( ) : void

Method Details

AddPlugin() public method

public AddPlugin ( APlugin aPlugin ) : void
aPlugin XG.Plugin.APlugin
return void

App() public method

public App ( ) : System
return System

FireShutdownComplete() protected method

protected FireShutdownComplete ( object aSender, EventArgs aEventArgs ) : void
aSender object
aEventArgs EventArgs
return void

Shutdown() public method

public Shutdown ( object sender ) : void
sender object
return void

StartRun() protected method

protected StartRun ( ) : void
return void

StopRun() protected method

protected StopRun ( ) : void
return void