C# Class CDP4Scripting.Views.PythonScriptPanel

Inheritance: ScriptPanel
Show file Open project: RHEAGROUP/COMET-IME-Community-Edition

Public Methods

Method Description
PythonScriptPanel ( ) : System.ComponentModel.Composition

Initializes a new instance of the PythonScriptPanel class

PythonScriptPanel ( bool initializeComponent ) : System.ComponentModel.Composition

Initializes a new instance of the PythonScriptPanel class.

This constructor is called by the navigation service

Method Details

PythonScriptPanel() public method

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

PythonScriptPanel() public method

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