C# Class SmartQuant.Controls.Data.Account.AccountData

Inheritance: FrameworkControl
Afficher le fichier Open project: fastquant/fastquant.dll

Méthodes publiques

Méthode Description
AccountData ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnClosing ( CancelEventArgs args ) : void
OnInit ( ) : void

Private Methods

Méthode Description
AddAccountData ( SmartQuant data ) : void
Dispatcher_AccountData ( object sender, AccountDataEventArgs args ) : void
InitializeComponent ( ) : void

Method Details

AccountData() public méthode

public AccountData ( ) : System
Résultat System

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OnClosing() protected méthode

protected OnClosing ( CancelEventArgs args ) : void
args CancelEventArgs
Résultat void

OnInit() protected méthode

protected OnInit ( ) : void
Résultat void