C# Class DevExpress.OutlookInspiredApp.Win.Modules.CustomersPeek

Afficher le fichier Open project: sethjuarez/DevAV

Méthodes publiques

Méthode Description
CustomersPeek ( ) : DevExpress.OutlookInspiredApp.Win.Presenters

Méthodes protégées

Méthode Description
CreatePresenter ( ) : CustomerPeekListPresenter
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnDisposing ( ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

Method Details

CreatePresenter() protected méthode

protected CreatePresenter ( ) : CustomerPeekListPresenter
Résultat CustomerPeekListPresenter

CustomersPeek() public méthode

public CustomersPeek ( ) : DevExpress.OutlookInspiredApp.Win.Presenters
Résultat DevExpress.OutlookInspiredApp.Win.Presenters

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

OnDisposing() protected méthode

protected OnDisposing ( ) : void
Résultat void