C# Class CDP4SiteDirectory.Views.ModelBrowser

Inheritance: UserControl, IPanelView
Afficher le fichier Open project: RHEAGROUP/COMET-IME-Community-Edition

Méthodes publiques

Méthode Description
ModelBrowser ( ) : System.ComponentModel.Composition

Initializes a new instance of the ModelBrowser class

ModelBrowser ( bool initializeComponent ) : System.ComponentModel.Composition

Initializes a new instance of the ModelBrowser class.

This constructor is called by the navigation service

Method Details

ModelBrowser() public méthode

Initializes a new instance of the ModelBrowser class
public ModelBrowser ( ) : System.ComponentModel.Composition
Résultat System.ComponentModel.Composition

ModelBrowser() public méthode

Initializes a new instance of the ModelBrowser class.
This constructor is called by the navigation service
public ModelBrowser ( bool initializeComponent ) : System.ComponentModel.Composition
initializeComponent bool /// a value indicating whether the contained Components shall be loaded ///
Résultat System.ComponentModel.Composition