C# Class BasicRdl.Views.ConstantsBrowser

Inheritance: IPanelView, IPanelFilterableDataGridView
Show file Open project: RHEAGROUP/COMET-IME-Community-Edition

Public Methods

Method Description
ConstantsBrowser ( ) : System.ComponentModel.Composition

Initializes a new instance of the ConstantsBrowser class.

ConstantsBrowser ( bool initializeComponent ) : System.ComponentModel.Composition

Initializes a new instance of the MeasurementUnitsBrowser class.

This constructor is called by the navigation service

Method Details

ConstantsBrowser() public method

Initializes a new instance of the ConstantsBrowser class.
public ConstantsBrowser ( ) : System.ComponentModel.Composition
return System.ComponentModel.Composition

ConstantsBrowser() public method

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