C# Class MtGoxTrader.Trader.Configure

Afficher le fichier Open project: iamapi/MtgoxTrader Class Usage Examples

Méthodes publiques

Свойство Type Description
Expiration int
MtGoxConfig Config

Méthodes publiques

Méthode Description
Configure ( int expire ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
Configure_FormClosing ( object sender, FormClosingEventArgs e ) : void
Init ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

btnLogin_Click ( object sender, EventArgs e ) : void
checkField ( ) : bool
showContent ( ) : void

Method Details

Configure() public méthode

public Configure ( int expire ) : System
expire int
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

Property Details

Expiration public_oe static_oe property

public static int Expiration
Résultat int

MtGoxConfig public_oe static_oe property

public static Config,MtGoxTrader.Trader MtGoxConfig
Résultat Config