C# Class HourBoostr.Session

Show file Open project: Ezzpify/HourBoostr Class Usage Examples

Public Properties

Property Type Description
mBwg System.ComponentModel.BackgroundWorker
mSettings Config.Settings

Public Methods

Method Description
GetUpdatedSettings ( ) : Config.Settings

Gets the updated account settings from all active bots

Session ( Config settings ) : System

Class constructor

Private Methods

Method Description
GetBuildDate ( ) : System.DateTime

Returns the DateTime of when the application was built

Method Details

GetUpdatedSettings() public method

Gets the updated account settings from all active bots
public GetUpdatedSettings ( ) : Config.Settings
return Config.Settings

Session() public method

Class constructor
public Session ( Config settings ) : System
settings Config
return System

Property Details

mBwg public property

Session background worker
public BackgroundWorker,System.ComponentModel mBwg
return System.ComponentModel.BackgroundWorker

mSettings public property

Application settings
public Config.Settings mSettings
return Config.Settings