C# Class BasicRdl.Views.MeasurementUnitsBrowser

Inheritance: IPanelView
Mostrar archivo Open project: RHEAGROUP/COMET-IME-Community-Edition

Public Methods

Method Description
MeasurementUnitsBrowser ( ) : System.ComponentModel.Composition

Initializes a new instance of the MeasurementUnitsBrowser class.

This constructor is called by MEF

MeasurementUnitsBrowser ( bool initializeComponent ) : System.ComponentModel.Composition

Initializes a new instance of the MeasurementUnitsBrowser class.

This constructor is called by the navigation service

Method Details

MeasurementUnitsBrowser() public method

Initializes a new instance of the MeasurementUnitsBrowser class.
This constructor is called by MEF
public MeasurementUnitsBrowser ( ) : System.ComponentModel.Composition
return System.ComponentModel.Composition

MeasurementUnitsBrowser() public method

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