C# Класс CDP4Scripting.Views.PythonScriptPanel

Наследование: ScriptPanel
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

PythonScriptPanel() публичный Метод

Initializes a new instance of the PythonScriptPanel class
public PythonScriptPanel ( ) : System.ComponentModel.Composition
Результат System.ComponentModel.Composition

PythonScriptPanel() публичный Метод

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 ///
Результат System.ComponentModel.Composition