C# Class CDP4Scripting.Views.ScriptPanel

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

Public Methods

Method Description
ScriptPanel ( ) : System.ComponentModel.Composition

Initializes a new instance of the ScriptPanel class

ScriptPanel ( bool initializeComponent ) : System.ComponentModel.Composition

Initializes a new instance of the ScriptPanel class.

This constructor is called by the navigation service

Method Details

ScriptPanel() public method

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

ScriptPanel() public method

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