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

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

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

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

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

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

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

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

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