C# Class Habanero.Faces.Base.FileChooserManager

This manager groups common logic for IFileChooser objects. Do not use this object in working code - rather call CreateFileChooser in the appropriate control factory.
Afficher le fichier Open project: Chillisoft/habanero.faces Class Usage Examples

Méthodes publiques

Méthode Description
FileChooserManager ( IControlFactory controlFactory, IFileChooser fileChooser )

Constructs the FileChooserManager

Method Details

FileChooserManager() public méthode

Constructs the FileChooserManager
public FileChooserManager ( IControlFactory controlFactory, IFileChooser fileChooser )
controlFactory IControlFactory
fileChooser IFileChooser