C# Class BasicRdl.Views.ParameterTypesBrowser

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

Méthodes publiques

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

Initializes a new instance of the ParameterTypesBrowser class.

ParameterTypesBrowser ( bool initializeComponent ) : System.ComponentModel.Composition

Initializes a new instance of the ParameterTypesBrowser class.

This constructor is called by the navigation service

Method Details

ParameterTypesBrowser() public méthode

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

ParameterTypesBrowser() public méthode

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