C# Class CDP4Scripting.Views.PythonScriptPanel

Inheritance: ScriptPanel
Afficher le fichier Open project: RHEAGROUP/COMET-IME-Community-Edition

Méthodes publiques

Méthode 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 méthode

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

PythonScriptPanel() public méthode

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 ///
Résultat System.ComponentModel.Composition