C# Класс WmiCodeCreator.View.InfoControl

Interaction logic for InfoControl.xaml
Наследование: UserControl, IUserControl
Показать файл Открыть проект

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

Метод Описание
InfoControl ( ) : System.Windows.Controls

Creates a new instance of the InfoControl

InitControl ( IDialogCoordinator dialogCoordinator ) : void

Init the control

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

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

Creates a new instance of the InfoControl
public InfoControl ( ) : System.Windows.Controls
Результат System.Windows.Controls

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

Init the control
public InitControl ( IDialogCoordinator dialogCoordinator ) : void
dialogCoordinator IDialogCoordinator The instance of the mah apps dialog coordinator
Результат void