C# Class BasicRdl.Views.MeasurementScalesBrowser

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

Public Methods

Method Description
MeasurementScalesBrowser ( ) : System.ComponentModel.Composition

Initializes a new instance of the MeasurementScalesBrowser class.

MeasurementScalesBrowser ( bool initializeComponent ) : System.ComponentModel.Composition

Initializes a new instance of the MeasurementScalesBrowser class.

This constructor is called by the navigation service

Method Details

MeasurementScalesBrowser() public method

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

MeasurementScalesBrowser() public method

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