C# Class CDP4Scripting.Views.TextScriptPanel

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

Méthodes publiques

Méthode Description
TextScriptPanel ( ) : System.ComponentModel.Composition

Initializes a new instance of the TextScriptPanel class

TextScriptPanel ( bool initializeComponent ) : System.ComponentModel.Composition

Initializes a new instance of the TextScriptPanel class.

This constructor is called by the navigation service

Method Details

TextScriptPanel() public méthode

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

TextScriptPanel() public méthode

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